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