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