1
Fork 0

Explicitly mention the security features for the rclone container

This commit is contained in:
Jake Howard 2020-05-22 20:41:38 +01:00
parent 683065da41
commit dc1b7db986
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -40,6 +40,8 @@ rclone:
- "./mounts:/mnt:shared" - "./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: Then, mount the `mounts` directory into your Duplicati container:
```yml ```yml