mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01: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": {
|
||||
"PGID": "0",
|
||||
"PUID": "0",
|
||||
"version": "docker"
|
||||
"VERSION": "docker"
|
||||
},
|
||||
"host_network": true,
|
||||
"init": false,
|
||||
|
||||
Reference in New Issue
Block a user