middlewarehq / middleware

✨ Open-source dev productivity platform for engineering teams ✨
https://middlewarehq.com
Apache License 2.0
388 stars 31 forks source link

map ports only to localhost on host machine #437

Closed adnanhashmi09 closed 1 week ago

adnanhashmi09 commented 1 week ago

Earlier ports were being mapped to 0.0.0.0 which would have made the services accessible from any ip on the host machine. This PR makes changes to only map ports to localhost on the host machine. This way it is only accessible locally