Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4. prometheus:
  5. image: prom/prometheus
  6. volumes:
  7. - "prometheus_storage:/prometheus"
  8. - "./prometheus.yml:/etc/prometheus/prometheus.yml"
  9. restart: always
  10. ports:
  11. - "9090:9090"
  12. # dns:
  13. # - 178.22.122.100
  14. #- 185.51.200.2
  15. # - 10.1.1.1
  16.  
  17. volumes:
  18. prometheus_storage:
  19. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement