You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, currently it is not supported to specify the user and group used in the container.
If you have a solution in mind feel free to propose it via PR.
I'm missing a bit of the context or more log entries to fully qualify but you should be able to fix this problem by connecting to your container and changing the permissions there:
docker exec -it docker-rainloop sh
chown -R www-data:www-data /rainloop/data
Hey Frederic,
after uploading my rainloop data from a different installation to your newly installed docker, I get the following error:
"[202] Data folder permissions error [mkdir]"
The files were uploaded with my synology user. Can I define the user in your docker? Or to witch user could I change the permissions?
Thanks
The text was updated successfully, but these errors were encountered: