Closed jimzucker closed 4 years ago
The port mapping is not working, if you test with curl inside the container the server responds OK but if we hit it from the host we do not get the response.
Tests 1: docker exec -ti github-webhooks curl localhost:4567 result: passes
Test2curl localhost:4567 result: fail
Below is the compose file:
Fixed by binding ruby to 0.0.0.0
The port mapping is not working, if you test with curl inside the container the server responds OK but if we hit it from the host we do not get the response.
Tests 1: docker exec -ti github-webhooks curl localhost:4567 result: passes
Test2curl localhost:4567 result: fail
Below is the compose file: