Skip to content

Commit

Permalink
fix: docker network issue for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitparekh17 committed Oct 17, 2024
1 parent aaf4840 commit 5b8d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
dicedb:
image: dicedb/dicedb:latest
ports:
- "7379"
- "7379:7379"
healthcheck:
test: ["CMD", "PING"]
interval: 10s
Expand Down

0 comments on commit 5b8d6e5

Please sign in to comment.