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:
acervicius
2022-08-31 12:42:55 +03:00
committed by GitHub
parent 2a920420b0
commit a8cb1d5c1f

View File

@@ -53,7 +53,7 @@
"environment": {
"PGID": "0",
"PUID": "0",
"version": "docker"
"VERSION": "docker"
},
"host_network": true,
"init": false,