README.md

This commit is contained in:
dave 2015-09-26 18:21:19 -07:00
parent 7a2fa116e4
commit a87c9b4ce7
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
docker-plex
===========
Container for running [Plex](https://plex.tv/).
*Usage:*
* Build: `docker build -t plex .`
* Run: `docker run -d -p 32400:32400 -p 32400:32400/udp plex
*Extras:*
* Plex data dir: `-v /your/plex/dir/:/var/lib/plexmediaserver/`