Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- user: "1000:1000"
- network_mode: 'host'
- volumes:
- - /home/username/Docker/Jellyfin/config:/config
- - /home/username/Docker/Jellyfin/cache:/cache
- - type: bind
- source: "/media/username/ExternalSSD/TRANSFER/MEDIA FOR SERVING"
- target: /media
- restart: 'unless-stopped'
Advertisement
Add Comment
Please, Sign In to add comment