diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 156b4d1ae..126be32ef 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 1.41.8.9834-071366d65-ls271 (12-07-2025) + - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 1.41.8.9834-071366d65-ls270 (05-07-2025) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) diff --git a/plex/config.json b/plex/config.json index 4ec23f729..5c9e2dc20 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "backup_exclude": [ "**/Cache/**", "**/Plug-in Support/Caches/**", @@ -121,11 +117,7 @@ "host_network": true, "image": "ghcr.io/alexbelgium/plex_nas-{arch}", "init": false, - "map": [ - "share:rw", - "media:rw", - "ssl" - ], + "map": ["share:rw", "media:rw", "ssl"], "name": "Plex NAS", "options": { "PGID": 0, @@ -158,10 +150,7 @@ "33443/tcp": "WebTools", "8324/tcp": "Plex for Roku via Plex Companion" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",