summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorkgnfth <[email protected]>2021-05-04 14:41:52 +0200
committerGitHub <[email protected]>2021-05-04 08:41:52 -0400
commit688f77cffa89b21d1f88142afbf23cf4c162371b (patch)
treeec9855c17db3d83c9448e9424d33d32fe396dc82
parent3be7ec633b11b4e6d6b9a187aeee3483d65eb7af (diff)
downloadcaprover-one-click-apps-688f77cffa89b21d1f88142afbf23cf4c162371b.tar.gz
caprover-one-click-apps-688f77cffa89b21d1f88142afbf23cf4c162371b.zip
qBittorent change UMASK_SET to UMASK (#415)
See: https://docs.linuxserver.io/images/docker-qbittorrent#versions version 20.01.21
-rw-r--r--public/v4/apps/qbittorrent.yml2
1 files changed, 1 insertions, 1 deletions
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