Update docker-compose.yaml

This commit is contained in:
Woelig 2024-04-05 21:13:29 +02:00 committed by GitHub
parent adddd1207e
commit 04033db018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,5 +11,5 @@ services:
command: "--config.file=/etc/prometheus/prometheus.yaml"
volumes:
- ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
- ./data:/prometheus
- prometheus-data:/prometheus
restart: unless-stopped