Merge pull request #43 from prometheus/discordianfish-patch-1

Fix port in Dockerfile
This commit is contained in:
juliusv 2015-02-10 13:21:15 +01:00
commit 8f013ba8df

View file

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