forked from alt/image-forge
279 B
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"