vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.13k stars 579 forks source link

Binding to 0.0.0.0 instead of 127.0.0.1 for easier container/host Docker integration #610

Closed rmontebelodxc closed 2 years ago

EverettBerry commented 2 years ago

I'll merge this soon. I had to make this change as well.

EverettBerry commented 2 years ago

@rmontebelodxc you can set this during docker run with --env HTTP_HOST=0.0.0.0 or override this in any other way by setting the environmental variable so I'm going to leave this as is so folks can still run this project natively.