View Single Post
Old Yesterday, 09:41 PM   #5
haertig
Wizard
haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.haertig ought to be getting tired of karma fortunes by now.
 
Posts: 1,983
Karma: 35695512
Join Date: Sep 2017
Device: PW3, Galaxy Tab A9+, Galaxy S25FE
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.
haertig is offline   Reply With Quote