update health check port

This commit is contained in:
tijsg
2026-02-10 15:32:17 +01:00
parent da4a24f984
commit 69e2ccf348

View File

@@ -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: