Fix compose file

This commit is contained in:
Aykhan Shahsuvarov 2025-04-11 01:05:55 +04:00
parent b39f777252
commit e9eddf15e3

View File

@ -13,7 +13,7 @@ services:
networks: networks:
- prometheus - prometheus
- grafana - grafana
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d storage.tsdb.retention.size=5GB" command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB"
volumes: volumes:
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro - ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
- prometheus-data:/prometheus - prometheus-data:/prometheus