Skip to content

Commit

Permalink
redis 5
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 6a22e4f commit 709584c
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: /bin/sh -c "redis-server --requirepass $$REDIS_PASSWORD"
command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
ports:
- 6379:6379

Expand Down

0 comments on commit 709584c

Please sign in to comment.