Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [code]
- services:
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- user: 108:1001
- network_mode: 'host'
- volumes:
- - /docker/jellyfin/config:/config
- - /docker/jellyfin/cache:/cache
- - type: bind
- source: /mnt/tank/streaming/movies
- target: /movies
- - type: bind
- source: /mnt/tank/streaming/tv
- target: /tv
- restart: 'unless-stopped'
- extra_hosts:
- - 'host.docker.internal:host-gateway'
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: 1
- capabilities: [gpu]
- [/code]
Advertisement
Add Comment
Please, Sign In to add comment