forked from mirrors/statsd_exporter
Dockerfile export 9125/tcp
This commit is contained in:
parent
bbdbb9a050
commit
1194e00dec
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue