kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
0b4dc4c0bc
commit
2dace51c29
|
@ -56,6 +56,8 @@ services:
|
||||||
calibre:
|
calibre:
|
||||||
image: lscr.io/linuxserver/calibre:latest
|
image: lscr.io/linuxserver/calibre:latest
|
||||||
container_name: calibre
|
container_name: calibre
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -75,6 +77,7 @@ services:
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=calibre \
|
--name=calibre \
|
||||||
|
--security-opt seccomp=unconfined `#optional` \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
|
@ -118,6 +121,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
|
|
||||||
| Parameter | Function |
|
| 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)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
|
@ -168,6 +172,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **16.09.22:** - Rebase to jammy.
|
||||||
* **24.07.22:** - Add arm64 build for master branch.
|
* **24.07.22:** - Add arm64 build for master branch.
|
||||||
* **11.07.22:** - Update dependencies for Calibre 6.
|
* **11.07.22:** - Update dependencies for Calibre 6.
|
||||||
* **28.05.22:** - Rebase to focal.
|
* **28.05.22:** - Rebase to focal.
|
||||||
|
|
Ładowanie…
Reference in New Issue