From 5899b4b241b491be846a9c9f4f7314a87f573d4a Mon Sep 17 00:00:00 2001 From: Himanshu Ahuja <106527952+himanshu-ntml@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:45:35 -0500 Subject: [PATCH] fix(service): remove command from unleash template (#7379) --- templates/compose/unleash-with-postgresql.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/compose/unleash-with-postgresql.yaml b/templates/compose/unleash-with-postgresql.yaml index a0dd18124..fe0a8bfb4 100644 --- a/templates/compose/unleash-with-postgresql.yaml +++ b/templates/compose/unleash-with-postgresql.yaml @@ -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