Guest User

Untitled

a guest
Jul 12th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. version: '3'
  2. services:
  3. prometheus:
  4. image: prom/prometheus:latest
  5. volumes:
  6. - ./prometheus.yml:/etc/prometheus/prometheus.yml
  7. command:
  8. - '--config.file=/etc/prometheus/prometheus.yml'
  9. ports:
  10. - '9090:9090'
  11. restart: always
Add Comment
Please, Sign In to add comment