diff --git a/docker-compose.yaml b/docker-compose.yaml index e775cb0..d9959f9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,5 @@ services: healthcheck: test: ["CMD", "nc", "-z", "127.0.0.1", "3900"] interval: 5s - start_period: 30s - start_interval: 1s timeout: 10s retries: 15 \ No newline at end of file