From be48642a4965a135f1a89fa89a858a46f9735867 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 23 Jul 2025 14:34:14 -0400 Subject: [PATCH] Qbittorrent... --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d7e72708..5631d554 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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,14 +4552,14 @@ services: SOCKS_USER: admin SOCKS_PASS: socks TZ: ${TZ} - VPN_CLIENT: wireguard + VPN_CLIENT: openvpn VPN_ENABLED: yes VPN_INPUT_PORTS: "" VPN_OPTIONS: "" VPN_OUTPUT_PORTS: "" + VPN_USER: ${DELUGEVPN_ENVIRONMENT_VPN_USER} VPN_PASS: ${DELUGEVPN_ENVIRONMENT_VPN_PASS} VPN_PROV: pia - VPN_USER: ${DELUGEVPN_ENVIRONMENT_VPN_USER} WEBUI_PORT: 8080 image: ghcr.io/binhex/arch-qbittorrentvpn:latest labels: @@ -4590,9 +4590,9 @@ services: - 9118:9118 - 38927:8080 privileged: true + restart: unless-stopped sysctls: net.ipv4.conf.all.src_valid_mark: 1 - restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKER_VOLUME_CONFIG}/.openvpn:/config/openvpn