diff --git a/docker-compose.yaml b/docker-compose.yaml index 2bbdd4d..e471c45 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -725,7 +725,7 @@ services: healthcheck: interval: 10s retries: 5 - test: [ "CMD", "curl", "http://localhost:8182/healthcheck" ] + test: [CMD, curl, "http://localhost:8182/healthcheck"] timeout: 10s image: "datacatering/polaris:${POLARIS_VERSION:-1.0.0}" ports: