Smal fix to readme and hopefully better check for plexpass

This commit is contained in:
Stian Buch Larsen 2015-05-26 12:26:09 +02:00
parent bb291c52e6
commit 3b0da73941
2 changed files with 4 additions and 2 deletions

View file

@ -20,4 +20,6 @@ Plex organizes video, music and photos from personal media libraries and streams
## Sample create command:
> *docker create --name=<name> --net=host -e PUID=<UID> -e PGID <GID> -v </path/to/library>:/config -v <path/to/tvseries>:/data/tvshows -v </path/to/films>:/data/film linuxserver/plex*
```
docker create --name=<name> --net=host -e PUID=<UID> -e PGID=<GID> -v </path/to/library>:/config -v <path/to/tvseries>:/data/tvshows -v </path/to/films>:/data/film linuxserver/plex
```