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 +}