diff --git a/papermerge/config.json b/papermerge/config.json index d0bccf98c..8e0bc7420 100644 --- a/papermerge/config.json +++ b/papermerge/config.json @@ -20,11 +20,7 @@ "ports_description": { "8000/tcp": "Web UI port (required)" }, -"privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PUID": "int", "PGID": "int", diff --git a/readarr/config.json b/readarr/config.json index 93c9fd244..e0accc186 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -1,10 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7", - "armhf" - ], + "arch": ["aarch64", "amd64", "armv7", "armhf"], "boot": "auto", "description": "Book Manager and Automation", "devices": [ @@ -27,12 +22,7 @@ "PUID": "0", "PGID": "0" }, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "config:rw" - ], + "map": ["config:rw", "share:rw", "media:rw", "config:rw"], "name": "readarr NAS", "options": { "PUID": 0, @@ -47,10 +37,7 @@ "ports_description": { "8787/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PUID": "int", "PGID": "int",