Spaces:
Sleeping
Sleeping
File size: 172 Bytes
2a50139 |
1 2 3 4 5 6 7 8 9 10 |
FROM prom/prometheus:latest
WORKDIR /etc/prometheus
COPY prometheus.yml /etc/prometheus/prometheus.yml
EXPOSE 9090
CMD ["--config.file=/etc/prometheus/prometheus.yml"]
|