From a8cb1d5c1f3a68325d3649e40341e76effbcbb9d Mon Sep 17 00:00:00 2001 From: acervicius <112549410+acervicius@users.noreply.github.com> Date: Wed, 31 Aug 2022 12:42:55 +0300 Subject: [PATCH] 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. --- plex/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/config.json b/plex/config.json index 9af45c7d9..41755e169 100644 --- a/plex/config.json +++ b/plex/config.json @@ -53,7 +53,7 @@ "environment": { "PGID": "0", "PUID": "0", - "version": "docker" + "VERSION": "docker" }, "host_network": true, "init": false,