From 0e1b3e655db515e113c008ba6bd825b500ffd694 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 31 Aug 2025 10:10:54 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-bambustudio.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/docker-bambustudio.md b/docs/images/docker-bambustudio.md index 7169c7ea46..af0efc7045 100755 --- a/docs/images/docker-bambustudio.md +++ b/docs/images/docker-bambustudio.md @@ -217,6 +217,7 @@ services: ports: - 3000:3000 - 3001:3001 + shm_size: "1gb" #optional restart: unless-stopped ``` @@ -233,6 +234,7 @@ docker run -d \ -p 3000:3000 \ -p 3001:3001 \ -v /path/to/bambustudio/config:/config \ + --shm-size="1gb" `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/bambustudio:latest ``` @@ -267,6 +269,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | +| `--shm-size=` | We set this to 1 gig to prevent modern applications from crashing. | | `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker. | ## Environment variables from files (Docker secrets) @@ -505,6 +508,7 @@ To help with development, we generate this dependency graph. ## Versions +* **31.08.25:** - Update AppImage ingestion. * **14.08.25:** - Rebase to Ubuntu Noble to ingest approved appimage. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **29.07.24:** - Add required fonts and environment variable for dark mode.