2024-07-04, 06:50 PM
(This post was last modified: 2024-07-04, 06:51 PM by container_ship.)
I'm passing in renderD128 explicitly.
This is my compose file:
This is my compose file:
Code:
version: '3'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1000:1000
group_add:
- "104" # Change this to match your "render" host group id
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
volumes:
- /home/vm/jellyfin/config:/config
- /home/vm/jellyfin/cache:/cache
- /home/vm/jellyfin/media:/data/media:ro
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
restart: unless-stopped