bananaml / potassium

An HTTP serving framework by Banana
Apache License 2.0
97 stars 9 forks source link

Hotfix/0.0.0.0 #4

Closed erik-dunteman closed 1 year ago

erik-dunteman commented 1 year ago

What is this?

hotfix, changed host binding from "localhost" to "0.0.0.0", and made it configurable so people can set it themselves.

Why?

"localhost" doesn't run in docker

How did you test to ensure no regressions?

ran it locally and in docker with 0.0.0.0

If this is a new feature what is one way you can make this break?

N/A