mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 15:09:39 -08:00
Merge pull request #486 from prometheus/docker-fix-console-path
Set console paths correctly
This commit is contained in:
commit
4e0d2f9820
|
@ -24,4 +24,6 @@ EXPOSE 9090
|
||||||
VOLUME [ "/prometheus" ]
|
VOLUME [ "/prometheus" ]
|
||||||
WORKDIR /prometheus
|
WORKDIR /prometheus
|
||||||
ENTRYPOINT [ "/go/src/github.com/prometheus/prometheus/prometheus" ]
|
ENTRYPOINT [ "/go/src/github.com/prometheus/prometheus/prometheus" ]
|
||||||
CMD [ "-logtostderr", "-config.file=/prometheus.conf" ]
|
CMD [ "-logtostderr", "-config.file=/prometheus.conf", \
|
||||||
|
"-web.console.libraries=/go/src/github.com/prometheus/prometheus/console_libraries", \
|
||||||
|
"-web.console.templates=/go/src/github.com/prometheus/prometheus/consoles" ]
|
||||||
|
|
Loading…
Reference in a new issue