mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 06:59:40 -08:00
Merge pull request #2942 from prometheus/fabxc-patch-1
Fix command line flags in Dockerfile
This commit is contained in:
commit
931f2705f2
|
@ -16,7 +16,7 @@ EXPOSE 9090
|
||||||
VOLUME [ "/prometheus" ]
|
VOLUME [ "/prometheus" ]
|
||||||
WORKDIR /prometheus
|
WORKDIR /prometheus
|
||||||
ENTRYPOINT [ "/bin/prometheus" ]
|
ENTRYPOINT [ "/bin/prometheus" ]
|
||||||
CMD [ "-config.file=/etc/prometheus/prometheus.yml", \
|
CMD [ "--config.file=/etc/prometheus/prometheus.yml", \
|
||||||
"-storage.local.path=/prometheus", \
|
"--storage.tsdb.path=/prometheus", \
|
||||||
"-web.console.libraries=/usr/share/prometheus/console_libraries", \
|
"--web.console.libraries=/usr/share/prometheus/console_libraries", \
|
||||||
"-web.console.templates=/usr/share/prometheus/consoles" ]
|
"--web.console.templates=/usr/share/prometheus/consoles" ]
|
||||||
|
|
Loading…
Reference in a new issue