This commit is contained in:
2025-07-23 10:59:32 -04:00
parent 6e83b9d1af
commit 1cde7966da
+7 -7
View File
@@ -4537,9 +4537,9 @@ services:
- ${DOCKER_VOLUME_STORAGE}/downloads/:/downloads:rw
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/qBittorrent:/qbittorrent/:ro
qbittorrentvpn:
cap_add:
- NET_ADMIN
- SYS_MODULE
# cap_add:
# - NET_ADMIN
# - SYS_MODULE
container_name: qbittorrentvpn
environment:
DEBUG: true
@@ -4552,8 +4552,8 @@ services:
SOCKS_USER: admin
SOCKS_PASS: socks
TZ: ${TZ}
VPN_CLIENT: openvpn
VPN_ENABLED: "yes"
VPN_CLIENT: wireguard
VPN_ENABLED: yes
VPN_INPUT_PORTS: ""
VPN_OPTIONS: ""
VPN_OUTPUT_PORTS: ""
@@ -4590,8 +4590,8 @@ services:
- 9118:9118
- 38927:8080
privileged: true
# sysctls:
# net.ipv4.conf.all.src_valid_mark: 1
sysctls:
net.ipv4.conf.all.src_valid_mark: 1
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro