Add auth to prometheus
parent
f9762de132
commit
86a1605242
|
@ -1,6 +1,7 @@
|
|||
docker run -d --net main_subnet --ip 172.30.27.1 \
|
||||
-v /opt/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml \
|
||||
-v /opt/prometheus/web.yml:/etc/prometheus/web.yml \
|
||||
-v /opt/prometheus/data:/prometheus \
|
||||
--name=prometheus \
|
||||
--restart unless-stopped \
|
||||
prom/prometheus
|
||||
prom/prometheus --config.file=/etc/prometheus/prometheus.yml --web.config.file=/etc/prometheus/web.yml
|
Loading…
Reference in New Issue