Hey Guys!
I’ve introduced Synchronized file shares | Docker Docs
To my local development platform. It worked perfectly and improved the speed, etc…
However, now I’ve hit an odd error where I’m unable to open my local environment because it seems the permissions are lost while being synched from the container to the local machine.
Example:
drwxr-xr-x 2 root root 4.0K Jun 14 13:52 whatadirectory - Created on the container. It has the correct permission.
drwx------ 2 kristian.georgiev staff 68B 14 Jun 16:52 whatadirectory - Synchronized but it has no permissions…
What could be the issue?