You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-bambustudio.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ services:
217
217
ports:
218
218
- 3000:3000
219
219
- 3001:3001
220
+
shm_size: "1gb"#optional
220
221
restart: unless-stopped
221
222
```
222
223
@@ -233,6 +234,7 @@ docker run -d \
233
234
-p 3000:3000 \
234
235
-p 3001:3001 \
235
236
-v /path/to/bambustudio/config:/config \
237
+
--shm-size="1gb" `#optional` \
236
238
--restart unless-stopped \
237
239
lscr.io/linuxserver/bambustudio:latest
238
240
```
@@ -267,6 +269,7 @@ Containers are configured using parameters passed at runtime (such as those abov
267
269
268
270
| Parameter | Function |
269
271
| :-----: | --- |
272
+
|`--shm-size=`| We set this to 1 gig to prevent modern applications from crashing. |
270
273
|`--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. |
271
274
272
275
## Environment variables from files (Docker secrets)
@@ -505,6 +508,7 @@ To help with development, we generate this dependency graph.
505
508
506
509
## Versions
507
510
511
+
***31.08.25:** - Update AppImage ingestion.
508
512
***14.08.25:** - Rebase to Ubuntu Noble to ingest approved appimage.
509
513
***12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
510
514
***29.07.24:** - Add required fonts and environment variable for dark mode.
0 commit comments