revert to gluetun config
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
6484d1eea6
commit
07e75df74f
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue