2025-04-20, 06:19 PM
looking at your YAML file (and the settings picture confirms this). You have a # in front of the devices: which has effectively put the
/dev/dri/renderD128
dev/dri/renderD128
- /dev/dri/card0
dev/dri/card0
into the Volume: area
I use a Synology and here is my compose file:
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: Jellyfin
environment:
- PUID=1027
- PGID=65536
- TZ=Europe/London
group_add:
- "937" \ # Change this to match your "render/video/input" host group id and remove this comment
volumes:
- /volume1/docker/jellyfin/cache
cache:rw
- /volume1/docker/jellyfin/config
config:rw
- /volume1/video3/TV
TV:ro
- /volume1/video3/Movie
Movie:ro
devices:
- /dev/dri/renderD128
dev/dri/renderD128
- /dev/dri/card0
dev/dri/card0
ports:
- 8096:8096/tcp
network_mode: host
restart: unless-stopped
/dev/dri/renderD128

- /dev/dri/card0

into the Volume: area
I use a Synology and here is my compose file:
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: Jellyfin
environment:
- PUID=1027
- PGID=65536
- TZ=Europe/London
group_add:
- "937" \ # Change this to match your "render/video/input" host group id and remove this comment
volumes:
- /volume1/docker/jellyfin/cache

- /volume1/docker/jellyfin/config

- /volume1/video3/TV

- /volume1/video3/Movie

devices:
- /dev/dri/renderD128

- /dev/dri/card0

ports:
- 8096:8096/tcp
network_mode: host
restart: unless-stopped
Jellyfin1 - 10.10.7 (Docker) Synology NAS (transcoding off)
Jellyfin2 - 10.10.7 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+
Jellyfin2 - 10.10.7 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
Storage - x3 Synology NAS (22TB)
Reverse Proxy - Caddy v2 running on a Pi3b+