fix(docker-compose): update healthcheck command syntax for service
Deployment Config CI / Deployment Config (push) Successful in 12s
Deployment Config CI / Deployment Config (push) Successful in 12s
This commit is contained in:
@@ -283,7 +283,7 @@ services:
|
|||||||
LIGHTPANDA_DRIVER: fetch
|
LIGHTPANDA_DRIVER: fetch
|
||||||
LIGHTPANDA_FETCH_ARGS: --dump markdown
|
LIGHTPANDA_FETCH_ARGS: --dump markdown
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["/app/service", "-healthcheck"]
|
test: ["CMD", "/app/service", "-healthcheck"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user