Move prometheus to 9091

This commit is contained in:
Peter Smit
2026-01-14 13:52:36 +01:00
parent 46fe423058
commit f601ab02da

View File

@@ -4,7 +4,7 @@ services:
image: prom/prometheus:v3.9.1
restart: unless-stopped
ports:
- "9090:9090"
- "9091:9090"
volumes:
- ${PROMETHEUS_CONFIG_PATH}:/etc/prometheus/prometheus.yml:ro
- ${PROMETHEUS_ALERT_RULES_PATH}:/etc/prometheus/alert_rules.yml