724 B
724 B
obj | website | android-id | flatpak-id |
---|---|---|---|
application | https://plex.tv | com.plexapp.android | tv.plex.PlexDesktop |
Plex
Plex is a media player system and software suite consisting of many player applications for 10-foot user interfaces and an associated media server that organizes personal media stored on local devices.
Media inside Plex can be requested and managed by Overseerr
Docker Compose
version: '3'
services:
plex_server:
image: linuxserver/plex
restart: unless-stopped
ports:
- 32400:32400/tcp
environment:
- PUID=1001
- PGID=1001
- VERSION=docker
- TZ=Europe/Berlin
volumes:
- ./config:/config
- ./media:/media:ro