Change default id to 0

This commit is contained in:
Alexandre
2021-05-03 06:25:56 +02:00
committed by GitHub
parent d9da7e9939
commit d085e403af

View File

@@ -44,8 +44,8 @@
], ],
"full_access": true, "full_access": true,
"options": { "options": {
"PUID": 1001, "PUID": 0,
"PGID": 1001, "PGID": 0,
"networkdisks": "//server/share", "networkdisks": "//server/share",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "password", "cifspassword": "password",