kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
67873a094d
commit
5209f7cb7f
|
@ -77,6 +77,8 @@ services:
|
||||||
pidgin:
|
pidgin:
|
||||||
image: lscr.io/linuxserver/pidgin:latest
|
image: lscr.io/linuxserver/pidgin:latest
|
||||||
container_name: pidgin
|
container_name: pidgin
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -93,6 +95,7 @@ services:
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=pidgin \
|
--name=pidgin \
|
||||||
|
--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 \
|
||||||
|
@ -130,6 +133,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 on older hosts as syscalls are unknown to Docker. |
|
||||||
|
|
||||||
## Environment variables from files (Docker secrets)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
|
@ -180,6 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **21.10.22:** - Rebase to Alpine 3.16, migrate to s6v3.
|
||||||
* **15.02.22:** - Add build deps for discord.
|
* **15.02.22:** - Add build deps for discord.
|
||||||
* **23.12.21:** - Rebase to Alpine 3.15.
|
* **23.12.21:** - Rebase to Alpine 3.15.
|
||||||
* **26.09.21:** - Rebase to Alpine 3.14.
|
* **26.09.21:** - Rebase to Alpine 3.14.
|
||||||
|
|
Ładowanie…
Reference in New Issue