change qbt to host mode
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
5578095b01
commit
68a59a8d7e
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue