Merge pull request #454 from acervicius/patch-1

Corrected version parameter case
This commit is contained in:
Alexandre
2022-08-31 11:45:44 +02:00
committed by GitHub

View File

@@ -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,
@@ -115,7 +115,7 @@
}, },
"slug": "plex_nas", "slug": "plex_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"version": "1.28.2.6106-44a5bbd28-ls129", "version": "1.28.2.6106-44a5bbd28-ls129-2",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:32400]/web" "webui": "http://[HOST]:[PORT:32400]/web"
} }