Remove /etc/prometheus from volume definition

This commit is contained in:
Johannes 'fish' Ziemke 2015-04-24 16:12:31 +02:00
parent 2bb3efc69d
commit 166f492a0e

View file

@ -26,7 +26,7 @@ RUN apk add --update -t build-deps go git mercurial vim \
&& apk del --purge build-deps
EXPOSE 9090
VOLUME [ "/prometheus", "/etc/prometheus" ]
VOLUME [ "/prometheus" ]
WORKDIR /prometheus
ENTRYPOINT [ "/bin/prometheus" ]
CMD [ "-logtostderr", "-config.file=/etc/prometheus/prometheus.conf", \