Deploy Fails After Pushing Image to Registry

I am trying to deploy a basic larval site to Render to test things out.

After seemingly successfully pushing the image to the registry (the next line states DONE) the deploy fails with no other logs or error messages.

Any help appreciated

2 Likes

Hi Chris,

Thanks for reaching out.

Could you ensure your web server config is binding to host 0.0.0.0 and port 10000. That’s usually the best starting point for a deploy failure like you’ve described.

Kind regards

Alan

I’m currently facing same issue. I’ve changed host and port in embedded server in my app(Spring boot) and I’m still getting this output

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.