Skip to content

Commit ecd0950

Browse files
Bot Updating Documentation
1 parent 533ecbc commit ecd0950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/images/docker-audacity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ services:
216216
ports:
217217
- 3000:3000
218218
- 3001:3001
219+
shm_size: "1gb"
219220
restart: unless-stopped
220221
```
221222
@@ -230,6 +231,7 @@ docker run -d \
230231
-p 3000:3000 \
231232
-p 3001:3001 \
232233
-v /path/to/audacity/config:/config \
234+
--shm-size="1gb" \
233235
--restart unless-stopped \
234236
lscr.io/linuxserver/audacity:latest
235237
```
@@ -263,6 +265,7 @@ Containers are configured using parameters passed at runtime (such as those abov
263265

264266
| Parameter | Function |
265267
| :-----: | --- |
268+
| `--shm-size=` | Recommended for all desktop images. |
266269

267270
## Environment variables from files (Docker secrets)
268271

0 commit comments

Comments
 (0)