updates from new deployment
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
qbittorrent:
|
||||
image: qbittorrentofficial/qbittorrent-nox:latest
|
||||
@@ -11,10 +9,11 @@ services:
|
||||
- QBT_EULA=true
|
||||
volumes:
|
||||
- ./qbit-config:/config
|
||||
- ../../documents/downloads:/downloads
|
||||
network_mode: host
|
||||
- ${ZFS_POOL}/downloads:/downloads
|
||||
depends_on:
|
||||
- vpn
|
||||
ports:
|
||||
- 6882:6882
|
||||
vpn:
|
||||
image: lscr.io/linuxserver/wireguard:latest
|
||||
container_name: wireguard
|
||||
@@ -22,13 +21,12 @@ services:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=${UID}
|
||||
- PGID=${GID}
|
||||
- TZ=America/Denver
|
||||
- SERVERPORT=51820 #optional
|
||||
- LOG_CONFS=true #optional
|
||||
volumes:
|
||||
- ./config:/config
|
||||
network_mode: host
|
||||
# sysctls:
|
||||
# - net.ipv4.conf.all.src_valid_mark=1
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
Reference in New Issue
Block a user