mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -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
|
&& apk del --purge build-deps
|
||||||
|
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
VOLUME [ "/prometheus", "/etc/prometheus" ]
|
VOLUME [ "/prometheus" ]
|
||||||
WORKDIR /prometheus
|
WORKDIR /prometheus
|
||||||
ENTRYPOINT [ "/bin/prometheus" ]
|
ENTRYPOINT [ "/bin/prometheus" ]
|
||||||
CMD [ "-logtostderr", "-config.file=/etc/prometheus/prometheus.conf", \
|
CMD [ "-logtostderr", "-config.file=/etc/prometheus/prometheus.conf", \
|
||||||
|
|
Loading…
Reference in a new issue