Set console paths correctly

This commit is contained in:
Johannes 'fish' Ziemke 2015-01-28 19:52:32 +01:00
parent 861ba15f38
commit 44b5843518
1 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ EXPOSE 9090
VOLUME [ "/prometheus" ]
WORKDIR /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" ]