-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions #22
Comments
Hello, you should give ownership on these folders to your user. If you let Docker create these directories for you, the root will have the ownership (as user and as group) on these directories. Look at chown command. |
i was facing the same issue. this works for me. |
Thank you for this information, I will add this information in the README to clarify this step. |
you can even do it with volumes created by docker or docker-compose.
|
For sure, but having a process where a failure is a normal path is not a great idea in my opinion. |
Was facing a bit problem regarding the downloads permissions. all the downloaded files seem to be having root:root permissions. any way we can use my user for it? I tried setting puid and guid but it still gives the downloaded files root ownership. is it not possible or am I missing something?
The text was updated successfully, but these errors were encountered: