From 6af64089a5463cdd6ca09e21a7ac6ebbd214cadc Mon Sep 17 00:00:00 2001 From: knoflook Date: Thu, 19 Oct 2023 16:47:53 +0200 Subject: [PATCH] fix web healthcheck --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 4e9ad16..0159f76 100644 --- a/compose.yml +++ b/compose.yml @@ -11,7 +11,7 @@ services: environment: - DOMAIN healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/"] + test: ["CMD", "curl", "-f", "http://localhost/api/config/"] interval: 15s timeout: 3s retries: 2