Add Plex media server stack

This commit is contained in:
2026-05-18 13:09:27 +02:00
parent 59bec9ac77
commit edfec5b66d
+19
View File
@@ -0,0 +1,19 @@
services:
plex:
image: plexinc/pms-docker:1.43.1.10611-1e34174b1@sha256:8b5bcdf7b506fe051aa1a0a0d464efdb3ad8c0fb1f8a4dfb27a8c489b609920c
container_name: plex
restart: unless-stopped
network_mode: host
environment:
TZ: Europe/Berlin
PLEX_UID: "99"
PLEX_GID: "100"
CHANGE_CONFIG_DIR_OWNERSHIP: "true"
PLEX_CLAIM: ${PLEX_CLAIM:-}
volumes:
- /mnt/user/appdata/plex/config:/config
- /mnt/user/appdata/plex/transcode:/transcode
- /mnt/user/media:/data:ro
- /mnt/user/photos:/photos:ro
security_opt:
- no-new-privileges:true