Fork me on GitHub
#pedestal
<
2020-05-19
>
thosmos22:05:51

I’m running pedestal with jetty and it appears to be bound only to localhost. Is there a common way to bind to all interfaces?

hlship22:05:09

This was, AFAIK, an intentional change several releases ago, to prevent (in production) accidentally binding to too many interfaces. Now it has to be done intentionally.

thosmos22:05:11

I fixed it by setting the :io.pedestal.http/host key in the service-map

👍 4