Fix port in Dockerfile

This commit is contained in:
Johannes 'fish' Ziemke 2015-02-10 12:41:51 +01:00
parent 8c86a752c7
commit cdcb0576a2
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
ENTRYPOINT [ "go-wrapper", "run" ]
CMD [ "-logtostderr" ]
EXPOSE 8080
EXPOSE 9100