|
Also, since you're using Docker, if your destination Moon+ directory where you are storing the sync data is a "bind mount" and not a "volume", make sure that the Docker containers userid has write permission on that bind mount. You can do this either by setting your UID and GID correctly when creating the Docker container, or by making the bind mount target directory mode 777 (that's wide open, you might want to be a little more discerning!) I am assuming you are using Linux for your Docker host OS. If it's Windows, well, I don't do Windows anymore and don't know the exact procedure to handle permissions issues.
|