Hi, I'm trying to run bind_exporter <https://github.com/prometheus-community/bind_exporter> using docker compose with this config: ``` bind-exporter: image: prometheuscommunity/bind-exporter networks: - back-tier ports: - 9101:9100 restart: always command: - '-bind.stats-url http://dnshost:8053' ``` But the container keeps restarting, and I have this error in the logs : "bind-exporter_1 | bind_exporter: error: unknown short flag '-b', try --help"
Regards, Mohamed Boukhlif -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/6afac4bd-9579-4bcb-bb1a-73aa118aa9b9n%40googlegroups.com.

