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": {
"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",

View File

@@ -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",