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

Fix port in Dockerfile
This commit is contained in:
juliusv 2015-02-10 13:21:39 +01:00
commit 6af075e71b

View File

@ -10,4 +10,4 @@ RUN cd $PKGPATH && go get -d && make build
WORKDIR /alertmanager
ENTRYPOINT [ "/go/src/github.com/prometheus/alertmanager/alertmanager" ]
EXPOSE 9090
EXPOSE 9093