diff --git a/docker-compose/compose.yaml b/docker-compose/compose.yaml index c40f1e1fc..7e5f05c97 100644 --- a/docker-compose/compose.yaml +++ b/docker-compose/compose.yaml @@ -214,7 +214,7 @@ services: elasticsearch: condition: service_healthy healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:5601/status"] + test: ["CMD", "curl", "-f", "-o", "/dev/null", "http://localhost:5601/status"] interval: 10s timeout: 2s retries: 5