MindFlavor / prometheus_wireguard_exporter

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

Update README docker repo typo #96

Closed TheEmpty closed 1 year ago

TheEmpty commented 1 year 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 1 year 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.