You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Stian Buch Larsen b30a2249c4
Fix for Not being able to use GID\UID that is already in use
10 years ago
init Fix for Not being able to use GID\UID that is already in use 10 years ago
services Inital Upload of original Source 10 years ago
Dockerfile Update to Phusion Base 0.9.16 10 years ago
LICENSE Initial commit 10 years ago
README.md Inital Upload of original Source 10 years ago
plexmediaserver Inital Upload of original Source 10 years ago

README.md

lonix/plex

plexp. with or without plexpass to run the latest edition

sample command:

docker run -d --name=plex --net=host -v /etc/localtime:/etc/localtime:ro -v <path to plex library>:/config -v <path to media>:/data  -e PUID=996 -e PGID=996 -e PLEXPASS=1 -p 32400:32400 lonix/plex:1.2

You need to map

  • --net=host for streaming to work.
  • Port 32400 for plex web-app.
  • Mount /config for plex config files.
  • Mount /data for plex media files
  • Mount /etc/localhost for timesync (Not required)
  • PLEXPASS set to 1 for Plexpass version, UNSET for Public
  • GUID and GPID set toyou local plex user group (you may need to create a user on the host (named plex))

This container will update plex on each launch (if update found). It is based on phusion-baseimage with ssh removed. (use nsenter). If the app does not update to the latest version, i need to update a file on server, msg me at lonixx@gmail.com

Credits