mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Change default prometheus to latest and prometheus v1 to prometheus1 * Update README * Remove prometheus1 block as not used
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM prom/prometheus:latest
|
|
ADD prometheus.yml /etc/prometheus/
|
|
ADD recording.yml /etc/prometheus/
|
|
ADD alert.yml /etc/prometheus/
|