Problems with displaying a html file using docker that is hosting two webservers
I’m new to Docker Compose, and I have successfully created a Docker container hosting a web server. The container is running without any issues. However, I’m facing difficulties displaying an HTML file that should be accessible to my webserver1 in the /usr/local/apache2/htdocs directory inside the container.