1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/prometheus/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

2020-01-15 10:42:15 +00:00
version: "3.7"
services:
prometheus:
image: prom/prometheus
ports:
- "9090:9090"
volumes:
- ./data:/etc/prometheus
restart: unless-stopped