Mention LISTEN_PORT environment variable in docs

This commit is contained in:
Linus Groh
2019-12-13 18:37:33 +00:00
parent 012eb74837
commit 76e8a56cc7
+3
View File
@@ -61,6 +61,9 @@ services:
restart: unless-stopped
```
To change the port on which the nginx server will listen on, set the
`LISTEN_PORT` enviroment variable - default is 80.
To build the image from source replace `image:` with:
```yaml