docker_TP/TP5-6/docker-compose-prometheus.yml
2024-03-19 23:08:54 +01:00

8 lines
173 B
YAML

services:
prometheus:
image: prom/prometheus:latest
restart: unless-stopped
volumes:
- ./prometheus/:/etc/prometheus/
ports:
- 9090:9090