mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix(service): remove command from unleash template (#7379)
This commit is contained in:
@@ -20,9 +20,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
command:
|
|
||||||
- node
|
|
||||||
- index.js
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
|
test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|||||||
Reference in New Issue
Block a user