Skip to content

Commit c634d38

Browse files
Bot Updating Documentation
1 parent bf18a14 commit c634d38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/images/docker-joplin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ services:
215215
ports:
216216
- 3000:3000
217217
- 3001:3001
218+
shm_size: "1gb"
218219
restart: unless-stopped
219220
```
220221
@@ -230,6 +231,7 @@ docker run -d \
230231
-p 3000:3000 \
231232
-p 3001:3001 \
232233
-v /path/to/config:/config \
234+
--shm-size="1gb" \
233235
--restart unless-stopped \
234236
lscr.io/linuxserver/joplin: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=` | This is needed for electron applications to function properly. |
266269
| `--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. |
267270

268271
## Environment variables from files (Docker secrets)

0 commit comments

Comments
 (0)