docker volumes and apache permissions
I'm using docker for serving huge website with php. Issue is that when I'm linking my host volume to container I get permission errors. I know that I could run chmod -R 777 /var/www but isn't it little bit dangerous?…