Files
jellyfin/docker-compose.yaml
2020-04-19 16:45:17 -04:00

17 lines
279 B
YAML

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"
volumes:
jf-data:
jf-cache: