... from my limited understanding. Instead of "/DigitalAssets" you need to put in "/sync" in the
Mount Path box. Because it is still a docker container and there it is written that the container mounting point needs to reference to "sync".
volumes:
- /path/to/config:/config
- /path/to/downloads:/downloads
- /path/to/data:/sync
Your local dataset folder also needs to have permissions for the group "apps" to read/write. Not sure if it also needs to be the owner though ...
That way it worked for me. I tried to mount another additional hostpath storage but it does not seem to work somehow.
In the resilio GUI you will then see the root folder "/sync" which is storing in the location on your pool you specified before. In your case "mnt/digitalassets1"