Skip to content

Commit

Permalink
redis pswd 4
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 90a1b11 commit 6a22e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
image: redis:6.2-alpine
hostname: redis
container_name: redis
command: redis-server --requirepass $${REDIS_PASSWORD}
command: /bin/sh -c "redis-server --requirepass $$REDIS_PASSWORD"
ports:
- 6379:6379

Expand Down

0 comments on commit 6a22e4f

Please sign in to comment.