refer to upstream image in config

This commit is contained in:
Alexandre
2021-02-11 09:30:04 +01:00
parent 65144902ed
commit aac13b75f9
17 changed files with 283 additions and 137 deletions

View File

@@ -21,19 +21,21 @@
"media:rw",
"ssl"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"full_access": true,
"webui": "http://[HOST]:[PORT:8443]",
"boot": "auto",
"environment": {
},
"boot": "auto",
"environment": {},
"options": {
"PUID": 0,
"PGID": 0
},
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
}
}