mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
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:
parent
e63ad6193b
commit
d385495ef5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue