Dockerfile export 9125/tcp

This commit is contained in:
jwfang 2017-08-02 13:31:33 +08:00
parent bbdbb9a050
commit 1194e00dec

View file

@ -3,5 +3,5 @@ MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
COPY statsd_exporter /bin/statsd_exporter
EXPOSE 9102 9125/udp
EXPOSE 9102 9125 9125/udp
ENTRYPOINT [ "/bin/statsd_exporter" ]