mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Set all default UID/GID to root
To make sure it works by default with NAS, and people can still change it afterwards it they want additional security
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
],
|
||||
"name": "Grav web server",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PUID": 1000
|
||||
"PGID": 0,
|
||||
"PUID": 0
|
||||
},
|
||||
"ports": {
|
||||
"80/tcp": 9191
|
||||
@@ -34,4 +34,4 @@
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.7.35",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user