From 1619d577a72c1b89d62cc785b4268db97b188bc6 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 8 Dec 2025 17:42:15 -0500 Subject: [PATCH] fix jelly --- systems/palatine-hill/docker/arr.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index 8a526b1..4ced2f6 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -121,11 +121,11 @@ in extraOptions = [ "--network=arrnet" "--network=haproxy-net" - "--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" - "--health-retries 3" + # "--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" + # "--health-retries 3" ]; ports = [ "5055:5055" ]; # Web UI port dependsOn = [