I’m trying to upgrade pedestal from 0.5.3 to 0.5.7
Running locally have no issues, but when I run the service in a docker compose container, the service isn’t reachable
I saw this comment in the changelog BREAKING CHANGE: nil ::host in service map defaults to localhost now (rather than being container specific) #557.
You might need to set your host to 0.0.0.0
Okay going to try that
Thank you 😃
It works!