jellyfin-exporter/docker-compose.yml

11 lines
226 B
YAML
Raw Normal View History

2023-10-17 18:25:00 +02:00
services:
jellyfin_exporter:
image: jellyfin_exporter:latest
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ./jellyfin.yml:/etc/jellyfin.yml
ports:
- 9222:9222