diff --git a/Dockerfile b/Dockerfile index 53da117..01133b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ MAINTAINER The Prometheus Authors COPY statsd_exporter /bin/statsd_exporter -EXPOSE 9102 9125/udp +EXPOSE 9102 9125 9125/udp ENTRYPOINT [ "/bin/statsd_exporter" ]