Files
jellyfin/docker-compose.yaml
2022-02-05 21:58:55 -05:00

21 lines
392 B
YAML
Executable File

version: '3'
services:
jf:
image: jellyfin/jellyfin:latest
volumes:
- /Volumes/ServiceDrive/Media_Test/:/media
- jf-data:/config
- jf-cache:/cache
ports:
- "8080:8096"
- "8443:8920"
- "1900:1900"
jf-detector:
image: hub.ducoterra.net/ducoterra/jf-detector:0.0.4
build: .
command: sleep infinity
volumes:
jf-data:
jf-cache: