File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
71
71
| :----: | --- |
72
72
| ` CUSTOM_PORT ` | Internal HTTP port. Defaults to ` 3000 ` . |
73
73
| ` 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. |
74
75
| ` CUSTOM_USER ` | Username for HTTP Basic Auth. Defaults to ` abc ` . |
75
76
| ` PASSWORD ` | Password for HTTP Basic Auth. If unset, authentication is disabled. |
76
77
| ` 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.
488
489
svc-selkies -> legacy-services
489
490
init-services -> svc-xorg
490
491
svc-xorg -> legacy-services
492
+ init-services -> svc-xsettingsd
493
+ svc-nginx -> svc-xsettingsd
494
+ svc-xorg -> svc-xsettingsd
495
+ svc-xsettingsd -> legacy-services
491
496
}
492
497
Base Images: {
493
498
" baseimage-selkies:debianbookworm" < - " baseimage-debian:bookworm"
You can’t perform that action at this time.
0 commit comments