Update Plex to work when Home Assistant is already installed (#1092)

This commit is contained in:
Nathan Fretz 2024-05-16 15:01:28 +10:00 committed by GitHub
parent 7e1b3f64b9
commit 764cd960f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 16 deletions

View File

@ -5,24 +5,26 @@ services:
image: linuxserver/plex:1.40.2@sha256:15eaab9b1447e413b3f28df1cad8e5c87e4a06ac2b0eaf09aca8c6ae11feed3c
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
ports:
- 32400:32400
# Plex Companion
- 3005:3005/tcp
# Roku via Plex Companion
- 8324:8324/tcp
# Plex DLNA Server
- 32469:32469/tcp
- 1900:1900/udp
# Network discovery
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
# Currently running in host network mode to allow for UPnP discovery (Plex DLNA server) and so that Docker does not complain about port 1900/udp being in use (can be shared, for example with Home Assistant).
# ports:
# - 32400:32400
# # Plex Companion
# - 3005:3005/tcp
# # Roku via Plex Companion
# - 8324:8324/tcp
# # Plex DLNA Server
# - 32469:32469/tcp
# - 1900:1900/udp
# # Network discovery
# - 32410:32410/udp
# - 32412:32412/udp
# - 32413:32413/udp
# - 32414:32414/udp
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/transcode:/transcode

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: plex
category: media
name: Plex
version: "1.40.2"
version: "1.40.2-hotfix1"
tagline: Stream Movies & TV Shows
description: >-
Stream movies and TV shows, plus 300+ channels of live TV, instantly, without a subscription. Watch live TV and movies anywhere, from any device, with Plex.
@ -29,7 +29,10 @@ torOnly: false
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
⚠️ Please be patient during this update to version 1.40.2. Large libraries may take a while to update.
This is a hotfix release that resolves an issue where users were unable to install both Plex and Home Assistant on the same device.
⚠️ If you have not yet upgraded to Plex 1.40.2, then please be patient during this update as large libraries may take a while to update.
Full release notes are available at https://www.videohelp.com/software/Plex