diff --git a/api/monitoring/prometheus/Dockerfile b/api/monitoring/prometheus/Dockerfile index 0e465edc..9f9e3f6f 100644 --- a/api/monitoring/prometheus/Dockerfile +++ b/api/monitoring/prometheus/Dockerfile @@ -7,4 +7,4 @@ COPY ./configuration /etc/prometheus EXPOSE 9090 # Run Prometheus in the foreground -CMD ["prometheus"] +CMD ["--config.file=/etc/prometheus/prometheus.yml"]