fix(docker-compose): update healthcheck command syntax for service
Deployment Config CI / Deployment Config (push) Successful in 12s

This commit is contained in:
2026-05-11 12:37:08 +08:00
parent 6b177be6fd
commit 3d396e4ac8
+1 -1
View File
@@ -283,7 +283,7 @@ services:
LIGHTPANDA_DRIVER: fetch
LIGHTPANDA_FETCH_ARGS: --dump markdown
healthcheck:
test: ["/app/service", "-healthcheck"]
test: ["CMD", "/app/service", "-healthcheck"]
interval: 10s
timeout: 5s
retries: 5