1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/prometheus/docker-compose.yml
2020-01-15 18:42:15 +08:00

10 lines
169 B
YAML

version: "3.7"
services:
prometheus:
image: prom/prometheus
ports:
- "9090:9090"
volumes:
- ./data:/etc/prometheus
restart: unless-stopped