From 6484d1eea6241e7d26a50954585f6e1218152e9d Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Feb 2026 07:44:31 -0700 Subject: [PATCH] comment out gluetun taking 8080 --- lxc2/qbittorrent/qbittorrent.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lxc2/qbittorrent/qbittorrent.yml b/lxc2/qbittorrent/qbittorrent.yml index bee1ac0..df17315 100755 --- a/lxc2/qbittorrent/qbittorrent.yml +++ b/lxc2/qbittorrent/qbittorrent.yml @@ -17,8 +17,8 @@ services: - SERVER_CITIES=Vancouver - FIREWALL_VPN_INPUT_PORTS=30754 - WIREGUARD_IMPLEMENTATION=kernelspace - ports: - - 8080:8080 # qBittorrent Web UI + #ports: + # - 8080:8080 # qBittorrent Web UI volumes: - /lib/modules:/lib/modules:ro # Required for kernel mode @@ -41,8 +41,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - - WEBUI_PORT=7979 - #- WEBUI_PORT=8080 + - WEBUI_PORT=8080 - TORRENTING_PORT=30754 volumes: - /docker/qbittorrent/data:/config