Added uid/gid

This commit is contained in:
Alexandre
2021-01-17 18:30:41 +01:00
committed by GitHub
parent 87d5134f0e
commit ca54f5122a

View File

@@ -19,14 +19,19 @@
"media:rw", "media:rw",
"ssl:rw" "ssl:rw"
], ],
"options":{
},
"schema": {
},
"ports": { "ports": {
"443/tcp": 8099, "443/tcp": 8099,
"80/tcp": null "80/tcp": null
}, },
"webui": "https://[HOST]:[PORT:443]", "webui": "https://[HOST]:[PORT:443]",
"panel_icon": "mdi:cloud" "panel_icon": "mdi:cloud",
"options": {
"PUID": 1001,
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?"
}
} }