From 69e2ccf348586e20ca7533f87e694e406ebc7e9a Mon Sep 17 00:00:00 2001 From: tijsg Date: Tue, 10 Feb 2026 15:32:17 +0100 Subject: [PATCH] update health check port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0653cc2..005a736 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -295,7 +295,7 @@ services: test: [ "CMD-SHELL", - "wget -qO- http://127.0.0.1:8000/health | grep -q 'healthy'", + "wget -qO- http://127.0.0.1:9999/health | grep -q 'healthy'", ] restart: unless-stopped labels: