message no. 175361
Posted by InfamousJoeG in #github at 2019-10-21T20:34:56Z
In a GitHub Action Workflow, I'm using docker-compose to create containers, one of which has port 80 internally redirected to 8080 externally, and then attempting to `curl -k http://localhost:8080` to get a valid response. That plus 127.0.0.1:8080, 0.0.0.0:8080, and the IP address assigned by Docker to the container all fail. This works in AWS EC2 and Vagrant same OS.