Unable to make requests to server within container from host machine when starting container with docker-compose
I can successfully do this task without docker-compose, but I want to leverage docker-compose for a bit more simplicity. Without docker-compose (which works as expected) My app has a Dockerfile. From the root of my app I run this command:…