Aetrius / Bambulabs-Exporter

BambuLabs Prometheus Exporter by Aetrius
GNU General Public License v3.0
45 stars 5 forks source link

Error: network not found #7

Closed RebeccaStevens closed 1 year ago

RebeccaStevens commented 1 year ago

I get this error when I run docker-compose -f monitoring-compose.yml up -d:

network bambulabs-exporter_default declared as external, but could not be found

~Am I doing something wrong?~

Edit: I was able to resolve the issue with docker network create bambulabs-exporter_default. I guess this step was accidently left out of the instructions.

Aetrius commented 1 year ago

Everything good once you did that?

RebeccaStevens commented 1 year ago

Yeah