oijkn / Docker-Raspberry-PI-Monitoring

A docker-compose stack solution for monitoring host and containers with Prometheus, Grafana, cAdvisor and NodeExporter.
MIT License
410 stars 61 forks source link

network rpimonitor_default declared as external, but could not be found #18

Closed getbiks closed 1 year ago

getbiks commented 2 years ago

I am running Raspberry Pi ARM and I am getting this error when running docker-compose up -d "network rpimonitor_default declared as external, but could not be found"

Any idea on how to fix it?

oijkn commented 2 years ago

Try to run this command before : docker network create "rpimonitor_default"

Robert-K commented 1 year ago

Ran into the same issue, this fixed it for me. Thanks!

oijkn commented 1 year ago

This issue has been inactive for some time. Please let me know if it's still relevant and need attention or I will close it.