From cad3c5db7db8e06f80ff88370c6f967beced43ee Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 30 Nov 2024 19:36:02 -0600 Subject: [PATCH] switch healthcheck test --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3fdd756..f5bca11 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: limits: memory: 512M healthcheck: - test: ["CMD", "wget", "--no-check-certificate", "--spider", "https://localhost"] + test: ["CMD", "wget", "--no-check-certificate", "--spider", "http://localhost:2019/config/"] interval: 30s timeout: 10s retries: 3