testcontainers / testcontainers-hs

Docker containers for your integration tests! http://hackage.haskell.org/package/testcontainers
MIT License
58 stars 13 forks source link

Fix waitUntilMappedPortReachable host resolution #6

Closed blackheaven closed 4 years ago

blackheaven commented 4 years ago

Current master does not allow to get the IP, I have just reverted 83d0541c41d229087ce55b98340001210984f24f and use the local IP address which is the one we use for port exposition for the moment.

alexbiehl commented 4 years ago

Makes a lot of sense