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,
"options": {
"PUID": 1001,
"PGID": 1001,
"PUID": 0,
"PGID": 0,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",