Expose Prometheus on port 80

This commit is contained in:
Kris Lamoureux 2020-03-21 01:35:51 -04:00
parent fb524bdb16
commit b2c6a71519
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -2,4 +2,7 @@
docker_container:
name: "{{ prom_name }}"
image: prom/prometheus:{{ prom_version }}
state: started
restart_policy: always
ports:
- "80:9090"