mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Corrected version parameter case
lower case version has no effect and produces a warning on startup. upper case produces the correct behavior of skipping the update check and leaving it to docker.
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"version": "docker"
|
"VERSION": "docker"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user