Smal fix to readme and hopefully better check for plexpass
This commit is contained in:
parent
bb291c52e6
commit
3b0da73941
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue