Docker Nginx PHP Laravel curl failed to connect to api.localhost port 80. Connection refused
I am new to docker for Windows and have this setup wherein 2 repos have its own docker-compose.yml file. One is for the API while the other is for the APP. API docker-compose.yml version: '3' networks: my_network: name: my_network ipam:…