docker-compose/prometheus/docker-compose.yml

13 lines
232 B
YAML
Raw Normal View History

2023-01-08 20:07:20 +02:00
version: '3.8'
services:
jellyfin:
image: prom/prometheus:latest
container_name: prometheus
volumes:
2023-01-31 03:04:40 +02:00
- ./prometheus:/etc/prometheus
2023-01-08 20:07:20 +02:00
restart: unless-stopped
ports:
- 9090:9090
volumes:
prometheus: