4 lines
86 B
Docker
4 lines
86 B
Docker
FROM prom/prometheus
|
|
|
|
# Copy files
|
|
COPY prometheus.yml /etc/prometheus/prometheus.yml
|