8 lines
173 B
YAML
8 lines
173 B
YAML
services:
|
|
prometheus:
|
|
image: prom/prometheus:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./prometheus/:/etc/prometheus/
|
|
ports:
|
|
- 9090:9090 |