fix listen port

This commit is contained in:
CN-JS-HuiBai
2026-01-25 05:44:44 +00:00
parent f59c675016
commit d75e898d2d

View File

@@ -85,7 +85,7 @@ ExecStart=/usr/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/etc/prometheus/prometheus_data \
--storage.tsdb.retention.time=15d \
--web.listen-address=9090
--web.listen-address=0.0.0.0:9090
Restart=always
[Install]