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": {},
"map": ["config:rw"],
"options": {
"PUID": 0,
"PGID": 0,
"PUID": 1000,
"PGID": 1000,
"HOME": "/config/addons_config/plex-data-manager"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "bool",
"PGID": "bool",
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"HOME": "str",
"PMM_CONFIG": "str?",