Skip to content

Commit 219c37f

Browse files
Bot Updating Documentation
1 parent 963022f commit 219c37f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/images/docker-freecad.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/`. |
@@ -488,6 +489,10 @@ To help with development, we generate this dependency graph.
488489
svc-selkies -> legacy-services
489490
init-services -> svc-xorg
490491
svc-xorg -> legacy-services
492+
init-services -> svc-xsettingsd
493+
svc-nginx -> svc-xsettingsd
494+
svc-xorg -> svc-xsettingsd
495+
svc-xsettingsd -> legacy-services
491496
}
492497
Base Images: {
493498
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"

0 commit comments

Comments
 (0)