Files
da-HomeNetDocumentation/PI5/Konfiguration/docker/plex.md
T
2026-06-19 23:18:04 +02:00

41 lines
1000 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Plex Media Server
**Zusammenfassung**: Plex Media Server streamt Filme, Serien und Musik. Läuft mit LinuxServer.io-Image und direktem Port-Mapping (kein Traefik).
**Quellen**: `raw/Systemdaten Raspberry PI5.md`
**Zuletzt aktualisiert**: 2026-06-17
---
## Container
| Feld | Wert |
|---|---|
| **Image** | `lscr.io/linuxserver/plex:latest` |
| **Container-Name** | `plex` |
| **Restart** | `unless-stopped` |
| **Netzwerk** | Traefik (nicht aktiv genutzt) |
## Exponierte Ports
| Port | Protokoll | Zweck |
|---|---|---|
| 32400 | TCP | Plex Web UI |
| 1900 | UDP | DLNA |
| 5353 | UDP | MDNS |
| 8324 | TCP | Roku-Unterstützung |
| 32410-32414 | UDP | DLNA |
| 32469 | TCP | DLNA |
## Daten
- **Konfiguration**: Docker-Volume `plex_plex_config`
## Besonderheiten
- Plex wird **nicht über Traefik** geroutet, sondern direkt über Port 32400 angesprochen.
- Läuft stabil seit > 25h (zum Zeitpunkt der Erfassung).
## Verwandte Seiten
- [docker-services](../docker-services.md)