docker_TP/TP5-6/docker-compose-prometheus.yml

8 lines
173 B
YAML
Raw Normal View History

2024-03-19 23:08:54 +01:00
services:
prometheus:
image: prom/prometheus:latest
restart: unless-stopped
volumes:
- ./prometheus/:/etc/prometheus/
ports:
- 9090:9090