From 20d6effa1595d07761dfafdc9d7e59e98b8a028b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:22:54 +0100 Subject: [PATCH] feat: use global 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 bfa52de..ea83f8a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,7 +15,7 @@ services: - public - internal healthcheck: - test: ["CMD", "/app/forest-server", "--external-host", "http://0.0.0.0:4040", "admin", "status"] + test: ["CMD", "forest-server", "--external-host", "http://0.0.0.0:4040", "admin", "status"] interval: 10s timeout: 10s retries: 3