From d5c34360aaeccae086096550433b93cdfa5abf3b Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 30 Nov 2024 19:48:35 -0600 Subject: [PATCH] switch healthcheck test to pidof --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f41b099..a4e727c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: limits: memory: 512M healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:80"] + test: ["CMD", "pidof", "caddy"] interval: 30s timeout: 10s retries: 3