mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
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 a new issue