diff --git a/docker/monitoring/docker-compose.yaml b/docker/monitoring/docker-compose.yaml index 99fd875..0d5707f 100644 --- a/docker/monitoring/docker-compose.yaml +++ b/docker/monitoring/docker-compose.yaml @@ -4,7 +4,7 @@ services: prometheus: image: prom/prometheus:latest volumes: - - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro + - ./prometheus.yaml:/etc/prometheus/prometheus.yml:ro ports: - "9090:9090" networks: