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 @@ -77,6 +77,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
77
77
| :----: | --- |
78
78
| ` CUSTOM_PORT ` | Internal HTTP port. Defaults to ` 3000 ` . |
79
79
| ` 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. |
80
81
| ` CUSTOM_USER ` | Username for HTTP Basic Auth. Defaults to ` abc ` . |
81
82
| ` PASSWORD ` | Password for HTTP Basic Auth. If unset, authentication is disabled. |
82
83
| ` 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.
497
498
svc-selkies -> legacy-services
498
499
init-services -> svc-xorg
499
500
svc-xorg -> legacy-services
501
+ init-services -> svc-xsettingsd
502
+ svc-nginx -> svc-xsettingsd
503
+ svc-xorg -> svc-xsettingsd
504
+ svc-xsettingsd -> legacy-services
500
505
}
501
506
Base Images: {
502
507
" baseimage-selkies:ubuntunoble" < - " baseimage-ubuntu:noble"
You can’t perform that action at this time.
0 commit comments