mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Set console paths correctly
This commit is contained in:
parent
861ba15f38
commit
44b5843518
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue