From 0774b05a31fe45802704db14d5c1f667e0a911da Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Fri, 25 Oct 2024 10:44:27 +0200 Subject: [PATCH] avoid returning bloat in kibana health check - fixup podman --- docker-compose/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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