mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Change default id to 0
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user