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?
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.
I fixed it by setting the :io.pedestal.http/host
key in the service-map