Remove /etc/prometheus from volume definition
This commit is contained in:
parent
2bb3efc69d
commit
166f492a0e
|
@ -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", \
|
||||
|
|
Loading…
Reference in New Issue