graphite_docker
graphite_docker copied to clipboard
nothing on port 81
I expected to see Grafana on port 81, nothing shows though. Is there something I need to configure?
how are you running it?
On Fri, Jul 17, 2015 at 5:04 AM, Norman Usenkanov [email protected] 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.
docker run -d --name graphite
-p 80:80 -p 81:81 -p 2003:2003 -p 8125:8125/udp nickstenning/graphite
readme needs updating ... its on port 3000 (just updated)
On Fri, Jul 17, 2015 at 8:00 AM, Norman Usenkanov [email protected] 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 .