diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index be1ac89..0a52fee 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -22,6 +22,7 @@ in virtualisation.oci-containers.containers = { qbit = qbitBase // { + # webui port is 8082, torr port is 29432 environment = qbitBase.environment // { WEBUI_PORT = "8082"; }; @@ -36,7 +37,7 @@ in ]; }; qbitVPN = qbitBase // { - # webui port is 8081, torr port is 29432 + # webui port is 8081, torr port is 39274 networks = [ "container:gluetun-qbit" ]; @@ -70,7 +71,7 @@ in ports = [ # qbitvpn "8081:8081" - "29432:29432" + "39274:39274" # qbitperm "8083:8083"