diff options
| author | kgnfth <[email protected]> | 2021-05-04 14:41:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-04 08:41:52 -0400 |
| commit | 688f77cffa89b21d1f88142afbf23cf4c162371b (patch) | |
| tree | ec9855c17db3d83c9448e9424d33d32fe396dc82 | |
| parent | 3be7ec633b11b4e6d6b9a187aeee3483d65eb7af (diff) | |
| download | caprover-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.yml | 2 |
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 |
