This commit is contained in:
sparklyballs
2017-09-16 08:21:00 +01:00
committed by GitHub
parent f8219eae32
commit ed55418fc2

View File

@@ -61,7 +61,9 @@ It is based on alpine linux with s6 overlay, for shell access whilst the contain
## WEBUI_PORT variable
Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the `-p 8080` switch
AND set the `WEBUI_PORT` variable to the new port, this should alleviate the "white screen" issue.
For example, to set the port to 8090 you need to set `-p 8090:8090` and `-e WEBUI_PORT=8090`
### User / Group Identifiers