fix typos, update readme

This commit is contained in:
aptalca
2018-10-01 09:28:49 -04:00
parent 97aadc5cd5
commit 6addc89456
4 changed files with 8 additions and 8 deletions

View File

@@ -93,8 +93,8 @@ Container images are configured using parameters passed at runtime (such as thos
| Parameter | Function |
| :----: | --- |
| `-p 80` | http |
| `-p 443` | https |
| `-p 80` | http gui |
| `-p 443` | https gui |
| `-e PUID=1001` | for UserID - see below for explanation |
| `-e PGID=1001` | for GroupID - see below for explanation |
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |