2025-09-01, 01:23 AM
Thank you for these details, is there a solution to verify that I use GPU transcoding well? I may have made a configuration error, here is my docker compose
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: "host"
environment:
- TZ=Europe/Paris
- JELLYFIN_PublishedServerUrl=xxx
volumes:
- ./config:/config
- ./cache:/cache
- /xxx:/xxx:ro
devices:
- /dev/dri:/dev/dri
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped