Skip to content

Commit a19c91b

Browse files
Bot Updating Documentation
1 parent 219c37f commit a19c91b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/images/docker-github-desktop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
7171
| :----: | --- |
7272
| `CUSTOM_PORT` | Internal HTTP port. Defaults to `3000`. |
7373
| `CUSTOM_HTTPS_PORT` | Internal HTTPS port. Defaults to `3001`. |
74+
| `CUSTOM_WS_PORT` | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. |
7475
| `CUSTOM_USER` | Username for HTTP Basic Auth. Defaults to `abc`. |
7576
| `PASSWORD` | Password for HTTP Basic Auth. If unset, authentication is disabled. |
7677
| `SUBFOLDER` | Application subfolder for reverse proxy configurations. Must include leading and trailing slashes, e.g., `/subfolder/`. |
@@ -501,6 +502,10 @@ To help with development, we generate this dependency graph.
501502
svc-selkies -> legacy-services
502503
init-services -> svc-xorg
503504
svc-xorg -> legacy-services
505+
init-services -> svc-xsettingsd
506+
svc-nginx -> svc-xsettingsd
507+
svc-xorg -> svc-xsettingsd
508+
svc-xsettingsd -> legacy-services
504509
}
505510
Base Images: {
506511
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"

0 commit comments

Comments
 (0)