From e5d1377c40ae098f113653a69a05283b5bf5a928 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Oct 2021 22:12:44 +0200 Subject: [PATCH] Allow mounting local drives --- qbittorrent/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index dc1e1fb00..3dd7c0a61 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -42,7 +42,9 @@ "NET_ADMIN" ], "devices": [ - "/dev/net/tun" + "/dev/net/tun", + "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", + "/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2" ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto",