We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533ecbc commit ecd0950Copy full SHA for ecd0950
docs/images/docker-audacity.md
@@ -216,6 +216,7 @@ services:
216
ports:
217
- 3000:3000
218
- 3001:3001
219
+ shm_size: "1gb"
220
restart: unless-stopped
221
```
222
@@ -230,6 +231,7 @@ docker run -d \
230
231
-p 3000:3000 \
232
-p 3001:3001 \
233
-v /path/to/audacity/config:/config \
234
+ --shm-size="1gb" \
235
--restart unless-stopped \
236
lscr.io/linuxserver/audacity:latest
237
@@ -263,6 +265,7 @@ Containers are configured using parameters passed at runtime (such as those abov
263
265
264
266
| Parameter | Function |
267
| :-----: | --- |
268
+| `--shm-size=` | Recommended for all desktop images. |
269
270
## Environment variables from files (Docker secrets)
271
0 commit comments