What kind of runtime is this? The most common problem is an app that’s only listening on 127.0.0.1
, we need to access it through a different IP so the simplest is to listen on 0.0.0.0
.
This sometimes happens because the health checks don’t pass quickly enough. If you’re listening on the right IP, try changing the grace period: Elixir app not starting up - #9 by kurt