Expose Prometheus on port 80
This commit is contained in:
parent
fb524bdb16
commit
b2c6a71519
@ -2,4 +2,7 @@
|
||||
docker_container:
|
||||
name: "{{ prom_name }}"
|
||||
image: prom/prometheus:{{ prom_version }}
|
||||
state: started
|
||||
restart_policy: always
|
||||
ports:
|
||||
- "80:9090"
|
||||
|
Loading…
Reference in New Issue
Block a user