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 709584c commit b415bd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
image: redis:6.2-alpine
hostname: redis
container_name: redis
environment:
- REDIS_PASSWORD=${REDIS_PASSWORD}
command: /bin/sh -c "redis-server --requirepass ${REDIS_PASSWORD}"
ports:
- 6379:6379
Expand Down

0 comments on commit b415bd0

Please sign in to comment.