From c9464f5dbd801b8f295183b0cb8394f9c80a7916 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Fri, 26 Feb 2021 11:42:21 +0100 Subject: [PATCH] fix some typos --- Template/Stack/vpn_download.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Template/Stack/vpn_download.yml b/Template/Stack/vpn_download.yml index 92408cb..5473a0d 100644 --- a/Template/Stack/vpn_download.yml +++ b/Template/Stack/vpn_download.yml @@ -49,8 +49,8 @@ services: container_name: qbittorrent environment: - "PUID=${PUID}" - - PGID=1000 - - "UMASK=${PGID}" + - PGID=${PGID} + - "UMASK=002" - "TZ=${TZ}" - "VPN_ENABLED=${VPN_ENABLED}" - "VPN_USER=${VPN_USER}" @@ -75,6 +75,8 @@ services: - "${JACKETTPORT}:9117" - "${NZBGETPORT}:6789" privileged: true + cap-add: + - "NET_ADMIN" restart: unless-stopped volumes: - "${APPDATA}/qbittorrent:/config"