build(dockerfile): sets environment variable for web listen string

This commit is contained in:
Marvin Preuss 2021-10-20 14:34:10 +02:00
parent fede35e870
commit e44d234a7f

View File

@ -9,4 +9,6 @@ EXPOSE 9119
USER nobody USER nobody
ENV IPERF3EXPORTER_EXPORTER_LISTEN=0.0.0.0:9119
ENTRYPOINT ["/iperf3exporter"] ENTRYPOINT ["/iperf3exporter"]