Closed yorickdowne closed 1 month ago
As per https://stackoverflow.com/questions/66676204/prometheus-node-exporter-in-docker-host-networking-vs-hostnames/66689508#66689508 a hard-coded bridge network is not necessary when using host.docker.internal:host-gateway
host.docker.internal:host-gateway
Removing it allows the use of the Grafana stack in environments where other Docker stacks also run, and the hard-coded monitor-net may "step on" existing bridge networks.
As per https://stackoverflow.com/questions/66676204/prometheus-node-exporter-in-docker-host-networking-vs-hostnames/66689508#66689508 a hard-coded bridge network is not necessary when using
host.docker.internal:host-gateway
Removing it allows the use of the Grafana stack in environments where other Docker stacks also run, and the hard-coded monitor-net may "step on" existing bridge networks.