nginxinc/nginx-prometheus-exporter

LISTEN_ADDRESS env does not work anymore

moritzschmitz-oviva opened this issue · 1 comments

Describe the bug
Similar to #585 the environment variable has been removed.

To reproduce
docker run -e LISTEN_ADDRESS=":9090" nginx/nginx-prometheus-exporter:1.1.0

Expected behavior
--web.listen-address should be possible to set via environment variable.

Your environment
Docker version 24.0.7, build afdd53b

Thanks for raising this @moritzschmitz-oviva. These flags are currently referenced from an external project which I've raised a pull request on. If the PR is not accepted we should still be able to update our implementation to support environment variables.