changed compose file to download image from DockerHub instead of building

This commit is contained in:
Brian Christner 2016-06-28 10:34:13 +02:00
parent ac7e5186fa
commit f57c24e2be

View File

@ -1,5 +1,5 @@
prometheus: prometheus:
build: "prom/" image: "vegasbrianc/prom"
ports: ports:
- "9090:9090" - "9090:9090"
links: links: