17 lines
279 B
YAML
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: |