From d247c38cb1e149ed0adf3ed03d586f7fe90680db Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 7 Jan 2026 23:20:51 -0500 Subject: [PATCH] fix ports --- systems/palatine-hill/docker/torr.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index 4029b62..f7bf3a6 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -41,6 +41,9 @@ in networks = [ "container:gluetun-qbit" ]; + environment = qbitBase.environment // { + WEBUI_PORT = "8081"; + }; dependsOn = [ "gluetun-qbit" ]; volumes = [ "${qbitvpn_path}/config:/config" @@ -53,6 +56,9 @@ in networks = [ "container:gluetun-qbit" ]; + environment = qbitBase.environment // { + WEBUI_PORT = "8083"; + }; dependsOn = [ "gluetun-qbit" ]; volumes = [ "${qbitperm_path}/config:/config"