Merge pull request #574 from tomprince/patch-1

Use docker volume to store metric data
This commit is contained in:
Björn Rabenstein 2015-03-04 13:02:02 +01:00
commit ecf3449222
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ VOLUME [ "/prometheus" ]
WORKDIR /prometheus
ENTRYPOINT [ "/go/src/github.com/prometheus/prometheus/prometheus" ]
CMD [ "-logtostderr", "-config.file=/prometheus.conf", \
"-storage.local.path=/prometheus", \
"-web.console.libraries=/go/src/github.com/prometheus/prometheus/console_libraries", \
"-web.console.templates=/go/src/github.com/prometheus/prometheus/consoles" ]