change qbt to host mode
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-11 07:36:44 -07:00
parent 5578095b01
commit 68a59a8d7e

View file

@ -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