From c866dad55e364edd5b038bcad3ab745e9b1a648f Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:04:06 +0100 Subject: [PATCH] fix: exclude migration service from healthcheck --- templates/compose/erpnext.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/erpnext.yaml b/templates/compose/erpnext.yaml index 5cc75a01e..2d5e9eff3 100644 --- a/templates/compose/erpnext.yaml +++ b/templates/compose/erpnext.yaml @@ -211,6 +211,7 @@ services: deploy: restart_policy: condition: none + exclude_from_hc: true entrypoint: ["bash", "-c"] command: - |