* 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/
|