From 68a59a8d7e0382baece361927f19997dc6b0d37c Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Feb 2026 07:36:44 -0700 Subject: [PATCH] change qbt to host mode --- lxc2/qbittorrent/qbittorrent.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lxc2/qbittorrent/qbittorrent.yml b/lxc2/qbittorrent/qbittorrent.yml index 3428717..77f0dbf 100755 --- a/lxc2/qbittorrent/qbittorrent.yml +++ b/lxc2/qbittorrent/qbittorrent.yml @@ -25,7 +25,8 @@ services: qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent - network_mode: "service:gluetun" + #network_mode: "service:gluetun" + network_mode: host cpus: 4.0 mem_limit: "8192m" # 8 GB mem_reservation: "2048m" # 2 GB @@ -34,8 +35,8 @@ services: nofile: soft: 65535 hard: 65535 - depends_on: - - gluetun + #depends_on: + # - gluetun environment: - PUID=1000 - PGID=1000