diff --git a/docker-compose.yml b/docker-compose.yml index 02c34b7..4444b39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: dicedb: image: dicedb/dicedb:latest ports: - - "7379" + - "7379:7379" healthcheck: test: ["CMD", "PING"] interval: 10s