From 51c828924076f73b7954c51da78a71de3498b8e4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 08:22:41 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index d350115bb..f487bed8a 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -21,9 +21,8 @@ "6881/tcp": "Peer port", "6881/udp": "Peer port" }, - "privileged": [ - "SYS_ADMIN" - ], + "privileged": ["SYS_ADMIN"], + "devices": ["/dev/sda","/dev/sdb", "/dev/sda1","/dev/sdb1","/dev/mmcblk0p1"], "full_access": true, "map": [ "media:rw", @@ -60,4 +59,4 @@ "cifspassword": "str?", "TZ": "str?" } -} \ No newline at end of file +}