Skip to content

Commit

Permalink
redis 6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent b415bd0 commit db6d50b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ services:
container_name: redis
environment:
- REDIS_PASSWORD=${REDIS_PASSWORD}
command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
# command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
command: redis-server --requirepass $REDIS_PASSWORD
ports:
- 6379:6379

Expand Down

0 comments on commit db6d50b

Please sign in to comment.