fix listen port
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user