Skip to content

Instantly share code, notes, and snippets.

@wh13371
Created June 20, 2020 09:26
Show Gist options
  • Save wh13371/6ae69b6f153d34c0cd43d4cda4630ca6 to your computer and use it in GitHub Desktop.
Save wh13371/6ae69b6f153d34c0cd43d4cda4630ca6 to your computer and use it in GitHub Desktop.
version: '3'
services:
prom:
image: prom/prometheus
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- '9090:9090'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment