Skip to content

Commit

Permalink
redis bug fix for require pass
Browse files Browse the repository at this point in the history
  • Loading branch information
milon27 committed Feb 26, 2025
1 parent c15d16a commit 4e2d8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- redis_vol:/data
environment:
- REDIS_PASSWORD=1234567
command: ["redis-server", "--requirepass", "1234567"]
ports:
- 6379:6379
networks:
Expand Down

0 comments on commit 4e2d8e4

Please sign in to comment.