standard-build/scripts/prometheus/launch-docker.sh

7 lines
368 B
Bash
Raw Normal View History

docker run -d --net main_subnet --ip 172.30.27.1 \
-v /opt/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml \
2023-12-20 03:56:13 +00:00
-v /opt/prometheus/web.yml:/etc/prometheus/web.yml \
-v /opt/prometheus/data:/prometheus \
--name=prometheus \
--restart unless-stopped \
2023-12-20 03:56:13 +00:00
prom/prometheus --config.file=/etc/prometheus/prometheus.yml --web.config.file=/etc/prometheus/web.yml