Anyone ever run into an issue with the grafana container network not responding?
I was just refreshing my lab and harvest and promtheus is running (can see things on via port 9090), but I can't get grafana to respond on 3000
# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 9247cce39d50 docker.io/prom/prometheus:v2.55.0 --config.file=/et... 2 minutes ago Up 2 minutes 0.0.0.0:9090->9090/tcp prometheus 16d81318c25f ghcr.io/netapp/harvest:latest --poller ARRAY001... 2 minutes ago Up 2 minutes 0.0.0.0:2000->2000/tcp poller-ARRAY001 228ef0a2772c docker.io/grafana/grafana:8.3.4 2 minutes ago Up 2 minutes 0.0.0.0:3000->3000/tcp grafana
a curl on local host responds:
# curl http://localhost:3000 <a href="/login">Found</a>.
but not to the actually host name... I don't think I have a firewall issue cause i've tried mapping to known open ports that aren't in use and no dice