Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 361 Bytes

docker plex

This is a Dockerfile to set up (https://plex.tv/ "Plex Media Server") - (https://plex.tv/)

Build from docker file

git clone git@github.com:timhaak/docker-plex.git
cd docker-plex
docker build -t plex . 

docker run -d -h your_host_name -v /your_config_location:/config -v /your_videos_location:/data -p 32400:32400 plex