jellyfin-exporter/docker-compose.yml

11 lines
253 B
YAML
Raw Permalink Normal View History

2023-10-17 18:25:00 +02:00
services:
jellyfin_exporter:
2023-10-22 14:51:03 +02:00
image: git.hipstercat.fr/hipstercat/jellyfin-exporter:main
2023-10-17 18:25:00 +02:00
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ./jellyfin.yml:/etc/jellyfin.yml
ports:
- 9222:9222