openfaas / of-watchdog

Reverse proxy for STDIO and HTTP microservices
MIT License
259 stars 115 forks source link

Information about where the http server is listen and serve on #67

Closed csakshaug closed 4 years ago

csakshaug commented 4 years ago

Give information where the http server listen on

Expected Behaviour

It could be nice to see which addr/port the http server is listen on

Current Behaviour

You need to know that the port 8080 is default, and in binds to 0.0.0.0.

Possible Solution

Give information before binding the http server or when it actually is bind

csakshaug commented 4 years ago

Release 0.5.4 👍