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
When mounting a volume for extensions, to /tmp/extensions/, the files are copied by start.sh with incorrect permissions, ending up being root owned in /usr/share/nginx/html/extensions/*.
I'm failry sure this is caused by the copy command being executed by root, not preserving the owner:
When mounting a volume for extensions, to /tmp/extensions/, the files are copied by start.sh with incorrect permissions, ending up being root owned in /usr/share/nginx/html/extensions/*.
I'm failry sure this is caused by the copy command being executed by root, not preserving the owner:
My guess is that it would be solved by:
Temporary workaround: go into the container and fix the permissions on the extensions at /usr/share/nginx/html/extensions/
The text was updated successfully, but these errors were encountered: