From c634d383a3ce9456c8b97b63d3e741397c43ea9b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 19 Aug 2025 19:02:02 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-joplin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/images/docker-joplin.md b/docs/images/docker-joplin.md index f79d426d84..dd84277f17 100644 --- a/docs/images/docker-joplin.md +++ b/docs/images/docker-joplin.md @@ -215,6 +215,7 @@ services: ports: - 3000:3000 - 3001:3001 + shm_size: "1gb" restart: unless-stopped ``` @@ -230,6 +231,7 @@ docker run -d \ -p 3000:3000 \ -p 3001:3001 \ -v /path/to/config:/config \ + --shm-size="1gb" \ --restart unless-stopped \ lscr.io/linuxserver/joplin:latest ``` @@ -263,6 +265,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | +| `--shm-size=` | This is needed for electron applications to function properly. | | `--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. | ## Environment variables from files (Docker secrets)