SamSaffron / graphite_docker

docker container for graphite
166 stars 78 forks source link

nothing on port 81 #8

Open usenkanov opened 9 years ago

usenkanov commented 9 years ago

I expected to see Grafana on port 81, nothing shows though. Is there something I need to configure?

SamSaffron commented 9 years ago

how are you running it?

On Fri, Jul 17, 2015 at 5:04 AM, Norman Usenkanov notifications@github.com wrote:

I expected to see Grafana on port 81, nothing shows though. Is there something I need to configure?

— Reply to this email directly or view it on GitHub https://github.com/SamSaffron/graphite_docker/issues/8.

usenkanov commented 9 years ago

docker run -d --name graphite \ -p 80:80 -p 81:81 -p 2003:2003 -p 8125:8125/udp nickstenning/graphite

SamSaffron commented 9 years ago

readme needs updating ... its on port 3000 (just updated)

On Fri, Jul 17, 2015 at 8:00 AM, Norman Usenkanov notifications@github.com wrote:

docker run -d --name graphite \ -p 80:80 -p 81:81 -p 2003:2003 -p 8125:8125/udp nickstenning/graphite

— Reply to this email directly or view it on GitHub https://github.com/SamSaffron/graphite_docker/issues/8#issuecomment-122116435 .