From 7ef60b8c4b330315d03249841f7166a9730eddb3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Aug 2025 03:38:06 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-rawtherapee.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/images/docker-rawtherapee.md b/docs/images/docker-rawtherapee.md index 23b13c0314..458440af67 100644 --- a/docs/images/docker-rawtherapee.md +++ b/docs/images/docker-rawtherapee.md @@ -71,6 +71,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse | :----: | --- | | `CUSTOM_PORT` | Internal HTTP port. Defaults to `3000`. | | `CUSTOM_HTTPS_PORT` | Internal HTTPS port. Defaults to `3001`. | +| `CUSTOM_WS_PORT` | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. | | `CUSTOM_USER` | Username for HTTP Basic Auth. Defaults to `abc`. | | `PASSWORD` | Password for HTTP Basic Auth. If unset, authentication is disabled. | | `SUBFOLDER` | Application subfolder for reverse proxy configurations. Must include leading and trailing slashes, e.g., `/subfolder/`. | @@ -453,6 +454,10 @@ To help with development, we generate this dependency graph. svc-selkies -> legacy-services init-services -> svc-xorg svc-xorg -> legacy-services + init-services -> svc-xsettingsd + svc-nginx -> svc-xsettingsd + svc-xorg -> svc-xsettingsd + svc-xsettingsd -> legacy-services } Base Images: { "baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"