Replies: 1 comment 1 reply
-
This is documented.
/bin/bash -c 'chown -R www-data: images/ importing/' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the Chevereto Docker image and bind mounts leads to permission errors.
Here my compose file:
Even after doing the following commands on the bind mounts and restarting the container, the permission issues remain:
The issue is only fixed when manually spawning a shell into the container and doing:
Although the
Dockerfile
defines to adjust the permissions to www-data ........ it somehow seems to fail. Maybe needs troubleshooting.
Beta Was this translation helpful? Give feedback.
All reactions