docker-compose/prometheus/docker-compose.yml

13 lines
230 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:
- prometheus:/etc/prometheus
restart: unless-stopped
ports:
- 9090:9090
volumes:
prometheus: