Further clarity and fine tweaking
This commit is contained in:
parent
859e265a4c
commit
baf7e1d1f5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -25,11 +25,11 @@ docker create
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
* `--net=host` - Shares host networking with container, **required**.
|
* `--net=host` - Shares host networking with container, **required**.
|
||||||
* `-v` /config - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
|
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
|
||||||
* `-v` /data/xyz - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
|
* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
|
||||||
* `-e` PLEXPASS=1 - Set to 1 if you have a Plex Pass, if not don't specify it.
|
* `-e PLEXPASS=1` - Set to 1 if you have a Plex Pass, if not don't specify it.
|
||||||
* `-e` PGID for for GroupID - see below for explanation
|
* `-e PGID` for for GroupID - see below for explanation
|
||||||
* `-e` PUID for for UserID - see below for explanation
|
* `-e PUID` for for UserID - see below for explanation
|
||||||
|
|
||||||
### User / Group Identifiers
|
### User / Group Identifiers
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue