From 07e75df74fe8d850bad5e76a0b274a6bf8c6f9b8 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Feb 2026 07:50:50 -0700 Subject: [PATCH] revert to gluetun config --- lxc2/qbittorrent/qbittorrent.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lxc2/qbittorrent/qbittorrent.yml b/lxc2/qbittorrent/qbittorrent.yml index df17315..9345cea 100755 --- a/lxc2/qbittorrent/qbittorrent.yml +++ b/lxc2/qbittorrent/qbittorrent.yml @@ -17,16 +17,16 @@ 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 qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent - #network_mode: "service:gluetun" - network_mode: host + network_mode: "service:gluetun" + #network_mode: host cpus: 4.0 mem_limit: "8192m" # 8 GB mem_reservation: "2048m" # 2 GB @@ -35,8 +35,8 @@ services: nofile: soft: 65535 hard: 65535 - #depends_on: - # - gluetun + depends_on: + - gluetun environment: - PUID=1000 - PGID=1000