Bot Updating Documentation

pull/52/head
LinuxServer-CI 2022-03-09 19:38:05 +01:00
rodzic 413998c633
commit 19fa3fa6a3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -172,7 +172,7 @@ Docker images are configured using parameters passed at runtime (such as those a
| Parameter | Function | | Parameter | Function |
| :-----: | --- | | :-----: | --- |
| `--shm-size=` | This might be needed to prevent crashing | | `--shm-size=` | This might be needed to prevent crashing |
| `--security-opt seccomp=unconfined` | For Docker Engine only, this is required on arm platforms. | | `--security-opt seccomp=unconfined` | For Docker Engine only, this may be required depending on your Docker and storage configuration. |
## Environment variables from files (Docker secrets) ## Environment variables from files (Docker secrets)
@ -223,4 +223,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **09.03.22:** - Update seccomp explanation.
* **07.03.22:** - Initial release. * **07.03.22:** - Initial release.