diff --git a/README.md b/README.md index 7046f94..8614341 100644 --- a/README.md +++ b/README.md @@ -19,18 +19,18 @@ make 1. Pull Docker container using a specific version: ```bash -docker pull prometheuscommunity/bind-exporter:v0.3.0 +docker pull prometheuscommunity/bind-exporter:v0.8.0 ``` 2. Run in a Docker container (as daemon), use `--network host` when communicating with `named` via `localhost`: ```bash -docker run -d --network host prometheuscommunity/bind-exporter:v0.3.0 +docker run -d --network host prometheuscommunity/bind-exporter:v0.8.0 ``` ### Examples Run `bind_exporter` in a Docker container and communicate with `named` on non-default statistics URL: ```bash -docker run -d prometheuscommunity/bind-exporter:v0.3.0 --bind.stats-url http://:8053 +docker run -d prometheuscommunity/bind-exporter:v0.8.0 --bind.stats-url http://:8053 ``` ## TLS and basic authentication