9 lines
236 B
YAML
9 lines
236 B
YAML
|
|
services:
|
||
|
|
prometheus:
|
||
|
|
image: prom/prometheus
|
||
|
|
volumes:
|
||
|
|
- "/home/server-admin/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml"
|
||
|
|
- "/home/server-admin/prometheus/data:/prometheus"
|
||
|
|
ports:
|
||
|
|
- 9090:9090
|