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
Up to now we mounted a folder with security 644 into the docker container and all worked fine.
In our test stage we rebuild 4 weeks ago from goStatic:latest and face the problem that access to files in the root of mounted folder fail with HTTP 403 access denied.
Changing the folder security to 755 fixed the problem.
Was there some change that introduced this changed behaviour?
is this now the new required default for the mounted folder?
The text was updated successfully, but these errors were encountered:
Up to now we mounted a folder with security 644 into the docker container and all worked fine.
In our test stage we rebuild 4 weeks ago from goStatic:latest and face the problem that access to files in the root of mounted folder fail with HTTP 403 access denied.
Changing the folder security to 755 fixed the problem.
Was there some change that introduced this changed behaviour?
is this now the new required default for the mounted folder?
The text was updated successfully, but these errors were encountered: