mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 09:21:47 +08: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/
|