MindFlavor / prometheus_wireguard_exporter

A Prometheus exporter for WireGuard, written in Rust.
https://mindflavor.github.io/prometheus_wireguard_exporter
MIT License
492 stars 51 forks source link

Update README docker repo typo #96

Closed TheEmpty closed 2 years ago

TheEmpty commented 2 years ago

Git repo uses underscores, docker repo uses hyphens. Looks like things got a little mixed up here.

Confirmed that https://hub.docker.com/r/mindflavor/prometheus_wireguard_exporter/tags does not exist either

TheEmpty commented 2 years ago

This probably worked locally because docker build -t mindflavor/prometheus_wireguard_exporter https://github.com/MindFlavor/prometheus_wireguard_exporter.git#master, so building locally with tag with underscores. Should probably update that too, LMK and I can update the diff.