limetech / dockerapp-plex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Dockerfile setup for plex - http://plex.tv/

To run the latest plex version:

docker run -d --net="host" --name="plex" -v /path/to/plex/config:/config -v /path/to/video/files:/data -v /etc/localtime:/etc/localtime:ro limetech/plex

After install go to:

http://server:32400/web/

About

License:GNU General Public License v2.0


Languages

Language:Shell 66.1%Language:Dockerfile 33.9%