Skip to content

Commit

Permalink
redis 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyTst committed Oct 8, 2023
1 parent 9af903d commit e65d4b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ services:
image: redis:6.2-alpine
hostname: redis
container_name: redis
environment:
- REDIS_PASSWORD=${REDIS_PASSWORD}
# environment:
# - REDIS_PASSWORD=${REDIS_PASSWORD}
env_file:
- .prod.env
# command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
# command: redis-server --requirepass $REDIS_PASSWORD
command:
Expand Down

0 comments on commit e65d4b2

Please sign in to comment.