From 65c0de4dc0b1290cb9344495ba8768b911a39f53 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Thu, 4 Jan 2024 20:18:42 -0600 Subject: [PATCH] Update Pi.Alert/compose.yaml Removed "healthcheck" --- Pi.Alert/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index d303c19..2b82349 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -4,7 +4,7 @@ version: "3.9" services: pi.alert: container_name: Pi.Alert - healthcheck: +# healthcheck: # test: curl -f http://localhost:17811/ || exit 1 # mem_limit: 2g # cpu_shares: 768