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