From 9592f2beef92fda6fd5ca036d3dd3d2c2f435d1e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Dec 2020 12:23:36 +0100 Subject: [PATCH] Add priviledged mode --- doublecommander/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doublecommander/config.json b/doublecommander/config.json index 42f33b003..897268ed9 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -1,6 +1,6 @@ { "name": "Double commander", - "version": "1.0", + "version": "1.1", "slug": "doublecommander", "description": "Radarr add-on based on the prebuilt docker image from linuxserver", "url": "https://github.com/marcelveldt/hassio-addons-repo/radarr", @@ -20,6 +20,8 @@ ], "webui": "http://[HOST]:[PORT:3000]", "boot": "auto", + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "full_access": true, "environment": { "PUID": "0", "PGID": "0"