From fbb134bd3cd47539434d0c5214c54d9f4dd620a9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:21:28 +0100 Subject: [PATCH] feat: run again with forest-server Signed-off-by: kjuulh --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f1bd2a..bfa52de 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,7 +15,7 @@ services: - public - internal healthcheck: - test: ["CMD", "--external-host", "http://127.0.0.1:4040", "admin", "status"] + test: ["CMD", "/app/forest-server", "--external-host", "http://0.0.0.0:4040", "admin", "status"] interval: 10s timeout: 10s retries: 3