Update config.json

This commit is contained in:
Alexandre
2022-02-07 10:12:44 +01:00
committed by GitHub
parent 03f2038152
commit a0cc3dfc34

View File

@@ -13,14 +13,14 @@
"environment": {}, "environment": {},
"map": ["config:rw"], "map": ["config:rw"],
"options": { "options": {
"PUID": 0, "PUID": 1000,
"PGID": 0, "PGID": 1000,
"HOME": "/config/addons_config/plex-data-manager" "HOME": "/config/addons_config/plex-data-manager"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": { "schema": {
"PUID": "bool", "PUID": "int",
"PGID": "bool", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"HOME": "str", "HOME": "str",
"PMM_CONFIG": "str?", "PMM_CONFIG": "str?",