jellyfin-exporter/docker-compose.yml
Amazed 9b40c02a98
All checks were successful
continuous-integration/drone/push Build is passing
Update docker-compose.yml
2023-10-22 14:51:03 +02:00

11 lines
253 B
YAML

services:
jellyfin_exporter:
image: git.hipstercat.fr/hipstercat/jellyfin-exporter:main
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ./jellyfin.yml:/etc/jellyfin.yml
ports:
- 9222:9222