From 19fa3fa6a32aa09ddc4e9e12eafc97e6c5996d5b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 9 Mar 2022 19:38:05 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-kdenlive.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-kdenlive.md b/images/docker-kdenlive.md index 122d6170f..52acb3c0b 100755 --- a/images/docker-kdenlive.md +++ b/images/docker-kdenlive.md @@ -172,7 +172,7 @@ Docker images are configured using parameters passed at runtime (such as those a | Parameter | Function | | :-----: | --- | | `--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) @@ -223,4 +223,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **09.03.22:** - Update seccomp explanation. * **07.03.22:** - Initial release.