I have some questions regarding the folder structure of the httpd:2.4 image.
I am not able to locate the vhost files nor am I able to mount the folder to the right location where the default html "it works file" is located.
Are there any documentation on the folder structure? seems I am mounting to the wrong place AND I am not finding the right location of the 000-default.conf or httpd.conf
container_name: "apache"
image: httpd:2.4
ports:
- '80:8080'
- '443:8443'
depends_on:
- php
volumes:
- ./../../../folder/to/be/mounted:/usr/local/apache2/htdocs/