From a2370fd803cbbef4c53aaf9f965be358e698844a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 28 Nov 2025 21:34:12 -0500 Subject: [PATCH] feat: Try a different arr stack. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 40a0f5d..19598d3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -72,7 +72,7 @@ services: - PGID=${PGID} - TZ=${TZ} - WEBUI_PORT=8701 # must match "qbittorrent web interface" port number in gluetun's service above - - TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env + # - TORRENTING_PORT=${FIREWALL_VPN_INPUT_PORTS} # airvpn forwarded port, pulled from .env volumes: - ./qbittorrent:/config - ${DATA_MOUNT}:/data