Skip to content

Commit 4e4b06b

Browse files
Bot Updating Documentation
1 parent 87114c5 commit 4e4b06b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/images/docker-calibre.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)