This commit is contained in:
Alexandre
2021-10-23 18:57:05 +02:00
parent 15cc9007c7
commit fe8c59f012
2 changed files with 4 additions and 21 deletions

View File

@@ -20,11 +20,7 @@
"ports_description": { "ports_description": {
"8000/tcp": "Web UI port (required)" "8000/tcp": "Web UI port (required)"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",

View File

@@ -1,10 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7", "armhf"],
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto", "boot": "auto",
"description": "Book Manager and Automation", "description": "Book Manager and Automation",
"devices": [ "devices": [
@@ -27,12 +22,7 @@
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },
"map": [ "map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "readarr NAS", "name": "readarr NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -47,10 +37,7 @@
"ports_description": { "ports_description": {
"8787/tcp": "web interface" "8787/tcp": "web interface"
}, },
"privileged": [ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",