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

@@ -29,8 +29,8 @@
"PGID": 0
},
"options": {
"PUID": 1000,
"PGID": 1000
"PUID": 0,
"PGID": 0
},
"schema": {
"PUID": "int",