Fork me on GitHub
#pedestal
<
2020-01-16
>
chrisulloa00:01:46

I’m trying to upgrade pedestal from 0.5.3 to 0.5.7

chrisulloa00:01:03

Running locally have no issues, but when I run the service in a docker compose container, the service isn’t reachable

chrisulloa00:01:17

I saw this comment in the changelog BREAKING CHANGE: nil ::host in service map defaults to localhost now (rather than being container specific) #557.

jvtrigueros00:01:41

You might need to set your host to 0.0.0.0

chrisulloa00:01:54

Okay going to try that

chrisulloa00:01:01

Thank you 😃