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
Current / permission (500, owned by root) prevents non-root users (www-data) from searching through /var/www/html directory:
...
(13)Permission denied: ... access to / denied (filesystem path '/var') because search permissions are missing on a component of the path
...
If I enter the docker container and update the permission to 501, it works just fine. But it seems like 555 is reasonable since fpm image is using 555 for /.
The permission itself is more of an upstream issue, but I'm submitting this issue anyway since nextcloud image already updates permissions for a few directories.