Merge pull request #214 from woelig/main

Prometheus container fixes
This commit is contained in:
Christoph Schug 2024-04-06 12:56:22 +02:00 committed by GitHub
commit a6bfac2a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

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