From b20e51084477e26a22e90b167ff811a2ec491cf3 Mon Sep 17 00:00:00 2001 From: Stephane Humblot Date: Tue, 2 Dec 2025 09:57:04 +0100 Subject: [PATCH] fix(mercure-bundle): proper test command for compose healthcheck --- symfony/mercure-bundle/0.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/mercure-bundle/0.3/manifest.json b/symfony/mercure-bundle/0.3/manifest.json index 3e21b31e8..faedc55b8 100644 --- a/symfony/mercure-bundle/0.3/manifest.json +++ b/symfony/mercure-bundle/0.3/manifest.json @@ -31,7 +31,7 @@ " # Comment the following line to disable the development mode", " command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile", " healthcheck:", - " test: [\"CMD\", \"curl\", \"-f\", \"https://localhost/healthz\"]", + " test: [\"CMD\", \"wget\", \"--no-verbose\", \"--tries=1\", \"--spider\", \"https://localhost/healthz\"]", " timeout: 5s", " retries: 5", " start_period: 60s",