File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ services:
338338 - 8080:8080
339339 - 8181:8181
340340 - 8081:8081
341+ shm_size: "1gb"
341342 restart: unless-stopped
342343` ` `
343344
@@ -356,6 +357,7 @@ docker run -d \
356357 -p 8181:8181 \
357358 -p 8081:8081 \
358359 -v /path/to/calibre/config:/config \
360+ --shm-size="1gb" \
359361 --restart unless-stopped \
360362 lscr.io/linuxserver/calibre:latest
361363```
@@ -392,6 +394,7 @@ Containers are configured using parameters passed at runtime (such as those abov
392394
393395| Parameter | Function |
394396| :-----: | --- |
397+ | ` --shm-size= ` | Recommended for all desktop images. |
395398| ` --security-opt seccomp=unconfined ` | For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker. |
396399
397400## Environment variables from files (Docker secrets)
You can’t perform that action at this time.
0 commit comments