From 535d865cfb135be3972bbc331c730c10b799b888 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:19:06 +0100 Subject: [PATCH] feat: remove cmd 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 e7f00e9..2f1bd2a 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://127.0.0.1:4040", "admin", "status"] + test: ["CMD", "--external-host", "http://127.0.0.1:4040", "admin", "status"] interval: 10s timeout: 10s retries: 3