feat: remove cmd

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 02:19:06 +01:00
parent 4119e3b30c
commit 535d865cfb

View File

@@ -15,7 +15,7 @@ services:
- public - public
- internal - internal
healthcheck: 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 interval: 10s
timeout: 10s timeout: 10s
retries: 3 retries: 3