Explicit prometheus command, modeled after the dockerhub image. We're not using --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles

This commit is contained in:
Samuel Clay 2021-12-07 16:23:05 -05:00
parent e63ad6193b
commit d385495ef5

View file

@ -27,7 +27,7 @@
user: root
networks_cli_compatible: yes
network_mode: default
command: --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.retention.time=10y
command: --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=10y
networks:
- name: newsblurnet
state: started