go-graphite / docker-go-graphite

Docker image for go-carbon + carbonapi + grafana
MIT License
31 stars 27 forks source link

Include information about expose ports which are not mapped by quick start #14

Closed nikobearrr closed 4 years ago

nikobearrr commented 4 years ago

As I wrote here: https://github.com/go-graphite/docker-go-graphite/issues/11#issuecomment-674069443 the expose port for carbonapi is not written anywhere.

I was not sure if I should add 8080, because it probably needs changes in the configuration (it uses 127.0.0.1 instead of 0.0.0.0).

I am also not sure if I should change the quick start to include carbonapi exposure since grafana is already configured.