Home > Software engineering >  Unable to access the web server when dockerising the Hapi JS
Unable to access the web server when dockerising the Hapi JS

Time:05-02

I am building a web application Node JS web framework, Hapi JS, enter image description here

What is wrong with my code and how can I fix it?

CodePudding user response:

change host value host: '0.0.0.0'

  • Related