Skip to content

Commit 5c8ef5a

Browse files
authored
add custom ws port to selkies blurb (#348)
1 parent 9058702 commit 5c8ef5a

File tree

1 file changed

+1
-0
lines changed
  • ansible/roles/documentation/templates/README_SNIPPETS

1 file changed

+1
-0
lines changed

ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/`. |

0 commit comments

Comments
 (0)