Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- jellyfin:
- image: lscr.io/linuxserver/jellyfin:latest
- container_name: jellyfin
- volumes:
- - /docker/jellyfin/config:/config
- - /docker/jellyfin/cache:/cache
- - /mnt/hermes/media:/data/media
- deploy:
- resources:
- reservations:
- devices:
- - driver: nvidia
- count: all
- capabilities:
- - gpu
- environment:
- - PUID=1001
- - PGID=988
- - TZ='America/New_York'
- - UMASK=022
- - JELLYFIN_PublishedServerUrl=192.168.0.44
- - NVIDIA_VISIBLE_DEVICES=all
- - NVIDIA_DRIVER_CAPABILITIES=all
- ports:
- - 8096:8096/tcp
- - 8920:8920/tcp
- - 7359:7359/udp
- security_opt:
- - no-new-privileges:true
- restart: always
Advertisement
Add Comment
Please, Sign In to add comment