Files
image-forge/org/alt/prometheus-alertmanager/README.md
2024-06-04 18:47:09 +03:00

279 B

Prometheus alertmanager image

Command for run:

docker run -d --name="alertmanager" -p 9093:9093 -v promdata-am:/var/lib/prometheus/alertmanager IMAGENAME

*If you want to be able to view services on localhost, instead of -p, specify the flag:

--network="host"