From dc1b7db98653a5c1aae8c04f77fe856cb6dab9de Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 22 May 2020 20:41:38 +0100 Subject: [PATCH] Explicitly mention the security features for the rclone container --- content/posts/duplicati-remote-to-remote.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/duplicati-remote-to-remote.md b/content/posts/duplicati-remote-to-remote.md index dafe13b..5063fc3 100644 --- a/content/posts/duplicati-remote-to-remote.md +++ b/content/posts/duplicati-remote-to-remote.md @@ -40,6 +40,8 @@ rclone: - "./mounts:/mnt:shared" ``` +`SYS_ADMIN` and `apparmor:unconfined` are both required to allow the docker container to mount filesystems. + Then, mount the `mounts` directory into your Duplicati container: ```yml