update prometheus to v2.0.0
This commit is contained in:
parent
0fcf484433
commit
35673af98d
@ -11,16 +11,16 @@ networks:
|
||||
services:
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
image: prom/prometheus:v2.0.0
|
||||
volumes:
|
||||
- ./prometheus/:/etc/prometheus/
|
||||
- prometheus_data:/prometheus
|
||||
command:
|
||||
- '-config.file=/etc/prometheus/prometheus.yml'
|
||||
- '-storage.local.path=/prometheus'
|
||||
- '-alertmanager.url=http://alertmanager:9093'
|
||||
- '-web.console.libraries=/usr/share/prometheus/console_libraries'
|
||||
- '-web.console.templates=/usr/share/prometheus/consoles'
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
- '--storage.local.path=/prometheus'
|
||||
- '--alertmanager.url=http://alertmanager:9093'
|
||||
- '--web.console.libraries=/usr/share/prometheus/console_libraries'
|
||||
- '--web.console.templates=/usr/share/prometheus/consoles'
|
||||
ports:
|
||||
- 9090:9090
|
||||
links:
|
||||
|
Loading…
Reference in New Issue
Block a user