diff --git a/docker-compose.yaml b/docker-compose.yaml index 2d49ece..16131cf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -114,7 +114,7 @@ services: - 6222:6222 - 8222:8222 volumes: - ./data/nats/data:/data + - ./data/nats/data:/data healthcheck: test: wget http://localhost:8222/healthz -q -S -O - start_period: 3s