fix some typo's pointed out in pullrequest #9
This commit is contained in:
parent
ed9aff78a5
commit
1e777b5d55
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -27,7 +27,7 @@ docker create \
|
||||||
* `--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 VERSION` - Set this to a full version number if you want to use a spesific version e.g. `0.9.12.4.1192-9a47d21`, or set it to `plexpass` or `latest`
|
* `-e VERSION` - Set this to a full version number if you want to use a specific version e.g. `0.9.12.4.1192-9a47d21`, or set it to `plexpass` or `latest`
|
||||||
* `-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
|
||||||
|
|
||||||
|
|
@ -45,9 +45,9 @@ Part of what makes our containers work so well is by allowing you to specify you
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
+ **17.09.2015:** Changed to run chmod only once
|
+ **17.09.2015:** Changed to run chmod only once
|
||||||
+ **19.09.2015:** Plex updateed theyre download servers from http to https
|
+ **19.09.2015:** Plex updated their download servers from http to https
|
||||||
+ **28.08.2015:** Removed plexpass from rutine, and now uses VERSION as a combination fix.
|
+ **28.08.2015:** Removed plexpass from routine, and now uses VERSION as a combination fix.
|
||||||
+ **18.07.2015:** Moved autoupdate to be hosted by linuxserver.io and implented bugfix thanks to ljm42.
|
+ **18.07.2015:** Moved autoupdate to be hosted by linuxserver.io and implemented bugfix thanks to ljm42.
|
||||||
+ **09.07.2015:** Now with ability to pick static versionnumber.
|
+ **09.07.2015:** Now with ability to pick static version number.
|
||||||
+ **08.07.2015:** Now with autoupdates. (Hosted by fanart.tv)
|
+ **08.07.2015:** Now with autoupdates. (Hosted by fanart.tv)
|
||||||
+ **03.07.2015:** Fixed a mistake that allowed plex to run as user plex rather than abc (99:100). Thanks to double16 for spotting this.
|
+ **03.07.2015:** Fixed a mistake that allowed plex to run as user plex rather than abc (99:100). Thanks to double16 for spotting this.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue