From 1a0aaa7916aed1f4734b2577a8ece54758a4c3bc Mon Sep 17 00:00:00 2001 From: Nicolas H Date: Wed, 17 Jul 2024 23:19:14 +0200 Subject: [PATCH] fix: checking health with wget --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0bf9927..189418e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,7 +73,7 @@ services: postgres: condition: service_healthy healthcheck: - test: ['CMD', 'curl', '-f', 'http://localhost:5678'] + test: ['CMD', 'wget', '--spider', 'http://127.0.0.1:5678'] interval: 30s timeout: 10s retries: 5