feat: Try a different arr stack.

This commit is contained in:
2025-11-28 21:34:12 -05:00
parent 58accb9276
commit a2370fd803

View File

@@ -72,7 +72,7 @@ services:
- PGID=${PGID} - PGID=${PGID}
- TZ=${TZ} - TZ=${TZ}
- WEBUI_PORT=8701 # must match "qbittorrent web interface" port number in gluetun's service above - 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: volumes:
- ./qbittorrent:/config - ./qbittorrent:/config
- ${DATA_MOUNT}:/data - ${DATA_MOUNT}:/data