👌 IMPROVE: Ambio Removed

This commit is contained in:
2024-05-03 16:06:19 +00:00
parent 1f61139b49
commit 0d8ebbcc98
3 changed files with 7 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ services:
- 9090:9090
command: "--config.file=/etc/prometheus/prometheus.yaml"
volumes:
- '--web.enable-lifecycle' # Enable reload of configuration automatically without restart !!!
# - '--web.enable-lifecycle' # Enable reload of configuration automatically without restart !!!
- ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro # RO Read-only
- prometheus-data:/prometheus
restart: unless-stopped