Docker / PHP / Apache – File permissions lost when created inside container
i'm trying to set up a docker app with Apache and Php stack. But when i create a new file inside my project container, the permissions losted because root user is connected by default. How can I connect my host…