Allow interaction with linuxserver PID/GID

This commit is contained in:
Alexandre
2021-02-05 21:30:38 +01:00
parent 275843bb38
commit 8726231ed2
13 changed files with 68 additions and 39 deletions

View File

@@ -37,8 +37,8 @@
"PGID": 0
},
"options": {
"PUID": 1001,
"PGID": 1001,
"PUID": 0,
"PGID": 0,
"localdisks": ["sda1"],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",