Skip to content

Commit

Permalink
Actualizar docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagramac authored Dec 9, 2023
1 parent de69461 commit b6f720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
restart: always
ports:
- '6379:6379'
command: sh -c "./init.sh"
command: sh -c "./redis/init.sh"
volumes:
- cache:/data
deploy:
Expand Down

0 comments on commit b6f720d

Please sign in to comment.