kpetremann / mqtt-exporter

Simple generic MQTT Prometheus exporter for IoT working out of the box
https://hub.docker.com/r/kpetrem/mqtt-exporter
MIT License
108 stars 30 forks source link

expose default port in dockerfile #23

Closed adamcstephens closed 2 years ago

adamcstephens commented 2 years ago

Traefik for example will autodetect the port if there's an expose declaration.

Thanks for your consideration!

kpetremann commented 2 years ago

Thanks!