Skip to content

Commit 0e1b3e6

Browse files
Bot Updating Documentation
1 parent 047f105 commit 0e1b3e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/images/docker-bambustudio.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ services:
217217
ports:
218218
- 3000:3000
219219
- 3001:3001
220+
shm_size: "1gb" #optional
220221
restart: unless-stopped
221222
```
222223
@@ -233,6 +234,7 @@ docker run -d \
233234
-p 3000:3000 \
234235
-p 3001:3001 \
235236
-v /path/to/bambustudio/config:/config \
237+
--shm-size="1gb" `#optional` \
236238
--restart unless-stopped \
237239
lscr.io/linuxserver/bambustudio:latest
238240
```
@@ -267,6 +269,7 @@ Containers are configured using parameters passed at runtime (such as those abov
267269

268270
| Parameter | Function |
269271
| :-----: | --- |
272+
| `--shm-size=` | We set this to 1 gig to prevent modern applications from crashing. |
270273
| `--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. |
271274

272275
## Environment variables from files (Docker secrets)
@@ -505,6 +508,7 @@ To help with development, we generate this dependency graph.
505508

506509
## Versions
507510

511+
* **31.08.25:** - Update AppImage ingestion.
508512
* **14.08.25:** - Rebase to Ubuntu Noble to ingest approved appimage.
509513
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
510514
* **29.07.24:** - Add required fonts and environment variable for dark mode.

0 commit comments

Comments
 (0)