From fd1de4ce44e70b81d9c2b74cbab9336af60b0e6b Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 7 Dec 2025 22:41:01 -0500 Subject: [PATCH] notifiarr port --- systems/palatine-hill/docker/arr.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/docker/arr.nix b/systems/palatine-hill/docker/arr.nix index 46c3577..276b639 100644 --- a/systems/palatine-hill/docker/arr.nix +++ b/systems/palatine-hill/docker/arr.nix @@ -90,6 +90,7 @@ in }; notifiarr = { image = "golift/notifiarr:latest"; + ports = [ "5454:5454" ]; user = "600:100"; environment = { TZ = "America/New_York";