From 4497cd8b418462b51aa72166e3c3fef0af4eda78 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 8 Dec 2025 17:39:45 -0500 Subject: [PATCH] fix jelly --- systems/palatine-hill/docker/arr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index 60c260d..8a526b1 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -121,7 +121,7 @@ in extraOptions = [ "--network=arrnet" "--network=haproxy-net" - "--health-cmd \"wget --no-verbose --tries\=1 --spider http://localhost:5055/api/v1/status || exit 1\"" + "--health-cmd \"wget --no-verbose --tries 1 --spider http://localhost:5055/api/v1/status || exit 1\"" "--health-start-period 20s" "--health-timeout 3s" "--health-interval 15s"