2025-01-28, 12:30 AM
Sorry for the late reply, I thought I had email notifications on. I do not have openCL in my compose.
Would you be able to assist me in what I need to add?
Code:
version: "3.8"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
group_add:
- "106"
devices:
- /dev/dri:/dev/dri
ports:
- 8096:8096
environment:
- TZ=Etc/UTC
- PUID=1000
- PGID=1000
volumes:
- /appdata/jellyfin:/config
- /mnt/media/data/media:/data/media
- /mnt/media/data/media/tv:/data/media/tv
- /mnt/media/data/media/movies:/data/media/movies
restart: unless-stopped
Would you be able to assist me in what I need to add?