diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index f5830f601..8498f9886 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.25.3.5409-f11334058-ls98 (25-01-2022) +- Update to latest version from linuxserver/docker-plex ## 1.25.3.5409-f11334058-ls97 (15-01-2022) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index 1eac22081..2a92a84fd 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,7 +1,11 @@ { "host_network": true, "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "boot": "auto", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "devices": [ @@ -51,7 +55,11 @@ "PUID": "0", "PGID": "0" }, - "map": ["share:rw", "media:rw", "ssl"], + "map": [ + "share:rw", + "media:rw", + "ssl" + ], "name": "Plex NAS", "options": { "PUID": 0, @@ -87,7 +95,10 @@ "33400/tcp": "WebTools", "33443/tcp": "WebTools" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -102,9 +113,9 @@ }, "slug": "plex_nas", "startup": "services", - "upstream": "1.25.3.5409-f11334058-ls97", + "upstream": "1.25.3.5409-f11334058-ls98", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.25.3.5409-f11334058-ls97", + "version": "1.25.3.5409-f11334058-ls98", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" }