From 688f77cffa89b21d1f88142afbf23cf4c162371b Mon Sep 17 00:00:00 2001 From: kgnfth <73314940+kgnfth@users.noreply.github.com> Date: Tue, 4 May 2021 14:41:52 +0200 Subject: [PATCH] qBittorent change UMASK_SET to UMASK (#415) See: https://docs.linuxserver.io/images/docker-qbittorrent#versions version 20.01.21 --- public/v4/apps/qbittorrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/qbittorrent.yml b/public/v4/apps/qbittorrent.yml index 5d57c8c..55f82fc 100644 --- a/public/v4/apps/qbittorrent.yml +++ b/public/v4/apps/qbittorrent.yml @@ -4,7 +4,7 @@ services: image: linuxserver/qbittorrent:$$cap_qbittorrent_version environment: TZ: $$cap_tz - UMASK_SET: 022 + UMASK: 022 WEBUI_PORT: $$cap_webui_port ports: - $$cap_webui_port:8080