diff --git a/Template/Stack/vpn_download.yml b/Template/Stack/vpn_download.yml index 7b839cb..e284ef9 100644 --- a/Template/Stack/vpn_download.yml +++ b/Template/Stack/vpn_download.yml @@ -8,7 +8,7 @@ services: environment: - "PUID=${PUID}" - "PGID=${PGID}" - - UMASK=002 + - "UMASK=${UMASK}" - "TZ=${TZ}" image: hotio/jackett network_mode: "service:qbittorrent" @@ -23,7 +23,7 @@ services: environment: - "PUID=${PUID}" - "PGID=${PGID}" - - UMASK=002 + - "UMASK=${UMASK}" - "TZ=${TZ}" image: hotio/nzbget network_mode: "service:qbittorrent" @@ -38,7 +38,7 @@ services: environment: - "PUID=${PUID}" - "PGID=${PGID}" - - UMASK=002 + - "UMASK=${UMASK}" - "TZ=${TZ}" image: hotio/nzbhydra2 network_mode: "service:qbittorrent" @@ -49,8 +49,8 @@ services: container_name: qbittorrent environment: - "PUID=${PUID}" - - PGID=${PGID} - - "UMASK=002" + - "PGID=${PGID}" + - "UMASK=${UMASK}" - "TZ=${TZ}" - "VPN_ENABLED=${VPN_ENABLED}" - "VPN_USER=${VPN_USER}" diff --git a/Template/test.json b/Template/test.json index 3305e6d..c9aae43 100644 --- a/Template/test.json +++ b/Template/test.json @@ -16,6 +16,11 @@ "label": "PGID", "name": "PGID" }, + { + "default": "002", + "label": "UMASK", + "name": "UMASK" + }, { "label": "TZ", "name": "TZ"