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
There were some permission errors, where php code inside the docker container could not create any new directories in the file system. I thus set the permissions for the corresponding folders to 777. However, we should limit them again and chown the files to the correct uid/gid of the php worker process within the container
The text was updated successfully, but these errors were encountered:
There were some permission errors, where php code inside the docker container could not create any new directories in the file system. I thus set the permissions for the corresponding folders to 777. However, we should limit them again and chown the files to the correct uid/gid of the php worker process within the container
The text was updated successfully, but these errors were encountered: