File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
ansible/roles/documentation/templates/README_SNIPPETS Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
2020| :----: | --- |
2121| `CUSTOM_PORT` | Internal HTTP port. Defaults to `{% if external_http_port is defined %} {{ external_http_port }}{% else %} 3000{% endif %} `. |
2222| `CUSTOM_HTTPS_PORT` | Internal HTTPS port. Defaults to `{% if external_https_port is defined %} {{ external_https_port }}{% else %} 3001{% endif %} `. |
23+ | `CUSTOM_WS_PORT` | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. |
2324| `CUSTOM_USER` | Username for HTTP Basic Auth. Defaults to `abc`. |
2425| `PASSWORD` | Password for HTTP Basic Auth. If unset, authentication is disabled. |
2526| `SUBFOLDER` | Application subfolder for reverse proxy configurations. Must include leading and trailing slashes, e.g., `/subfolder/`. |
You can’t perform that action at this time.
0 commit comments