diff --git a/images/docker-calibre.md b/images/docker-calibre.md index 1a9658c4e..de6c7cad5 100644 --- a/images/docker-calibre.md +++ b/images/docker-calibre.md @@ -56,6 +56,8 @@ services: calibre: image: lscr.io/linuxserver/calibre:latest container_name: calibre + security_opt: + - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 @@ -75,6 +77,7 @@ services: ```bash docker run -d \ --name=calibre \ + --security-opt seccomp=unconfined `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/London \ @@ -118,6 +121,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :-----: | --- | +| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker. | ## Environment variables from files (Docker secrets) @@ -168,6 +172,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **16.09.22:** - Rebase to jammy. * **24.07.22:** - Add arm64 build for master branch. * **11.07.22:** - Update dependencies for Calibre 6. * **28.05.22:** - Rebase to focal.