Plex - Multimedia platform
Summary
Manage and view your movie and series collection.
Installation via docker-compose
plex:
image: ghcr.io/linuxserver/plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
- ADVERTISE_IP=http://192.168.178.188:32400/
#- PLEX_CLAIM=claim-XXXXXXXXXXXXXXXX
volumes:
- /PATH/TO/FOLDER/config:/config
- /PATH/TO/FOLDER/tvseries:/tv
- /PATH/TO/FOLDER/movies:/movies
restart: unless-stopped
Start the container once with the PLEX_CLAIM environment variable to claim the plex server to your account.
No Comments