From ce13c31f935ef05608a871ea4eb30be17715ca71 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 22 Aug 2025 16:48:37 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-boinc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/images/docker-boinc.md b/docs/images/docker-boinc.md index 458a716a73..73f103d94c 100644 --- a/docs/images/docker-boinc.md +++ b/docs/images/docker-boinc.md @@ -97,6 +97,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse | :----: | --- | | `CUSTOM_PORT` | Internal HTTP port. Defaults to `8080`. | | `CUSTOM_HTTPS_PORT` | Internal HTTPS port. Defaults to `8181`. | +| `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/`. |