I build this image on docker-compose.yml
version: \'2\' services: webserver: build: ./docker/webserver image: image_name ports: - \"80:80\"
If you change to apache document root to something non-standard outside of /var/www you will need to grant access in your vhost:
/var/www
DocumentRoot /workspace/my-project Require all granted