From 0a4a0f96e860a1c511855c478a287eed13b12711 Mon Sep 17 00:00:00 2001 From: Carter Date: Thu, 10 Oct 2024 14:07:22 -0600 Subject: [PATCH] using wget again --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 355bfde..c021ab8 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -10,7 +10,7 @@ services: update_config: order: start-first healthcheck: - test: ["CMD", "curl", "--f", "localhost:8080/health"] + test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"] interval: 1m timeout: 10s retries: 3