diff --git a/docker-compose.n8n.yml b/docker-compose.n8n.yml index dae0a00..3383313 100644 --- a/docker-compose.n8n.yml +++ b/docker-compose.n8n.yml @@ -22,7 +22,7 @@ services: networks: - n8n-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:5678/healthz"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:5678/healthz"] interval: 30s timeout: 10s retries: 3