1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:34:49 +02: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