This commit is contained in:
xcad2k
2021-11-05 10:37:47 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -14,11 +14,11 @@ services:
ports: ports:
- "9090:9090" - "9090:9090"
volumes: volumes:
- /etc/prometheus:/config - /etc/prometheus:/etc/prometheus
- prometheus-data:/prometheus - prometheus-data:/prometheus
restart: unless-stopped restart: unless-stopped
command: command:
- "--config.file=/config/prometheus.yml" - "--config.file=/etc/prometheus/prometheus.yml"
grafana: grafana:
image: grafana/grafana:latest image: grafana/grafana:latest