From 97079fd3fa849b6009e98b2fbf3de2f37bd6de9b Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 26 May 2026 12:12:23 +0200 Subject: [PATCH] health --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7b7f471..db92106 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,7 +81,7 @@ services: IMAGEOPTION: "true" CONCURRENT_IMAGES: ${CONCURRENT_IMAGES} healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:1323/"] + test: ["CMD", "curl", "-f", "http://localhost:1323/health"] interval: 10s timeout: 5s retries: 5