Browse Source

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

Fix port in Dockerfile
pull/44/head
juliusv 10 years ago
parent
commit
8f013ba8df
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save