8 lines
149 B
YAML
8 lines
149 B
YAML
|
services:
|
||
|
prometheus:
|
||
|
image: prom/prometheus
|
||
|
volumes:
|
||
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||
|
ports:
|
||
|
- 9090:9090
|