Skip to content

Commit

Permalink
fix redis pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Jul 19, 2024
1 parent 0582b77 commit aeb4d19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
redis:
build: .
container_name: redis
environment:
- REDIS_PASSWORD=123456
volumes:
- ~/Docker/redis/data:/data
ports:
Expand All @@ -17,7 +19,7 @@ services:
build: .
container_name: redis
environment:
- REDIS_PASSWORD=5Rv4fV5G3pv4eU2WHEQg
- REDIS_PASSWORD=123456
volumes:
- D:/Docker/redis/data:/data
ports:
Expand Down

0 comments on commit aeb4d19

Please sign in to comment.