Update Dockerfile with the new port (9187) (#37)

This commit is contained in:
Alex Simenduev 2016-11-26 04:06:23 +02:00 committed by Will Rouesnel
parent 22534f7cd6
commit 37e6dd3bec

View File

@ -2,6 +2,6 @@ FROM scratch
COPY postgres_exporter /postgres_exporter
EXPOSE 9113
EXPOSE 9187
ENTRYPOINT [ "/postgres_exporter" ]