Browse Source

Use docker volume to store metric data

pull/574/head
Tom Prince 10 years ago
parent
commit
6874377e9b
  1. 1
      Dockerfile

1
Dockerfile

@ -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" ]

Loading…
Cancel
Save