prom port

This commit is contained in:
2024-04-01 23:12:04 +02:00
parent 78fee7ff6a
commit 35276728db

View File

@@ -66,6 +66,8 @@ services:
- /var/lib/docker/:/var/lib/docker:ro - /var/lib/docker/:/var/lib/docker:ro
prometheus: prometheus:
image: prom/prometheus image: prom/prometheus
ports:
- "9090:9090"
volumes: volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml - ./prometheus.yml:/etc/prometheus/prometheus.yml
- prometheus-tsdb:/prometheus - prometheus-tsdb:/prometheus