mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
update pgid type
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
"/dev/nvme1",
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/librespeed-{arch}",
|
||||
"init": false,
|
||||
"ingress": true,
|
||||
"ingress_port": 80,
|
||||
@@ -79,8 +80,8 @@
|
||||
"options": {
|
||||
"IPINFO_APIKEY": "",
|
||||
"CUSTOM_RESULTS": false,
|
||||
"PGID": "1000",
|
||||
"PUID": "1000"
|
||||
"PGID": 1000,
|
||||
"PUID": 1000
|
||||
},
|
||||
"panel_admin": false,
|
||||
"panel_icon": "mdi:speedometer",
|
||||
|
||||
Reference in New Issue
Block a user