deployment/docker/docker-compose.yml: update Prometheus from v2.3.2 to v2.12.0

This commit is contained in:
Aliaksandr Valialkin 2019-09-18 18:29:56 +03:00
parent db71c940ea
commit e041a196a7

View file

@ -2,7 +2,7 @@ version: '3.5'
services:
prometheus:
container_name: prometheus
image: prom/prometheus:v2.3.2
image: prom/prometheus:v2.12.0
depends_on:
- "vminsert"
- "vmselect"