Move prometheus to 9091
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
image: prom/prometheus:v3.9.1
|
image: prom/prometheus:v3.9.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9090:9090"
|
- "9091:9090"
|
||||||
volumes:
|
volumes:
|
||||||
- ${PROMETHEUS_CONFIG_PATH}:/etc/prometheus/prometheus.yml:ro
|
- ${PROMETHEUS_CONFIG_PATH}:/etc/prometheus/prometheus.yml:ro
|
||||||
- ${PROMETHEUS_ALERT_RULES_PATH}:/etc/prometheus/alert_rules.yml
|
- ${PROMETHEUS_ALERT_RULES_PATH}:/etc/prometheus/alert_rules.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user