Php versions – Docker – Nginx and PHP containers working but not serving html files
I have the following setup: windows 10 pro running docker for windows (latest versions of both). I have 2 containers/images "nginx_contianer" and "php_container" which are built by two docker files via a docker-compose.yml file. I have the following files which…