Skip to content

Commit

Permalink
Merge pull request #207 from themoment-team/hotfix
Browse files Browse the repository at this point in the history
[hotfix] could not connect redis exception
  • Loading branch information
jyeonjyan authored Sep 26, 2021
2 parents ae8b9a3 + e2ae4a1 commit 679ad6a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
- "5000:8080"
links:
- "db:redis"
db:
image: "redis"
hostname: redis
ports:
- "6379:6379"
redis:
image: redis:latest
command: ["redis-server", "--bind", "redis", "--port", "6379"]

0 comments on commit 679ad6a

Please sign in to comment.