Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 13, 2023
1 parent 733f7d5 commit e9c1cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
restart: always
volumes:
- redis:/data
env_file:
- ./.env
command: redis-server --loglevel warning --requirepass $REDIS_PASSWORD
ports:
- "$REDIS_PORT:$REDIS_PORT"
Expand Down

0 comments on commit e9c1cf4

Please sign in to comment.