improve blurb again on WEBUI_PORT variable

This commit is contained in:
sparklyballs
2017-09-16 08:24:32 +01:00
parent ed55418fc2
commit 1c4d1c4d6a

View File

@@ -60,12 +60,12 @@ 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.
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.
For example, to set the port to 8090 you need to set `-p 8090:8090` and `-e WEBUI_PORT=8090`
This should alleviate the "white screen" issue.
### User / Group Identifiers
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.