diff --git a/piwigo/config.json b/piwigo/config.json index 8c7f6291d..9fe361f69 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -20,9 +20,15 @@ "80/tcp": "Web UI port" }, "privileged": [ - "SYS_ADMIN" + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], + "devices":[ + "/dev/sda1", + "/dev/sda2", + "/dev/sdb1", + "/dev/sdb2" ], - "full_access": true, "map": [ "media:rw", "share:rw",