Skip to content

Commit 615d667

Browse files
Bot Updating Documentation
1 parent c96060d commit 615d667

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/images/docker-dogwalk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
7777
| :----: | --- |
7878
| `CUSTOM_PORT` | Internal HTTP port. Defaults to `3000`. |
7979
| `CUSTOM_HTTPS_PORT` | Internal HTTPS port. Defaults to `3001`. |
80+
| `CUSTOM_WS_PORT` | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. |
8081
| `CUSTOM_USER` | Username for HTTP Basic Auth. Defaults to `abc`. |
8182
| `PASSWORD` | Password for HTTP Basic Auth. If unset, authentication is disabled. |
8283
| `SUBFOLDER` | Application subfolder for reverse proxy configurations. Must include leading and trailing slashes, e.g., `/subfolder/`. |
@@ -497,6 +498,10 @@ To help with development, we generate this dependency graph.
497498
svc-selkies -> legacy-services
498499
init-services -> svc-xorg
499500
svc-xorg -> legacy-services
501+
init-services -> svc-xsettingsd
502+
svc-nginx -> svc-xsettingsd
503+
svc-xorg -> svc-xsettingsd
504+
svc-xsettingsd -> legacy-services
500505
}
501506
Base Images: {
502507
"baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"

0 commit comments

Comments
 (0)