version: '3.8'
services:
jellyfinny:
image: nyanmisaka/jellyfin:latest-rockchip
container_name: jellyfin
privileged: true
network_mode: host
volumes:
- /mnt/sda1/docker/jellyfin/config:/config
- /mnt/sda1/docker/jellyfin/cache:/cache
- /mnt/sda1/downloads:/media
devices:
- /dev/dri:/dev/dri
- /dev/dma_heap:/dev/dma_heap
- /dev/mali0:/dev/mali0
- /dev/rga:/dev/rga
- /dev/mpp_service:/dev/mpp_service
- /dev/iep:/dev/iep
- /dev/mpp-service:/dev/mpp-service
- /dev/vpu_service:/dev/vpu_service
- /dev/vpu-service:/dev/vpu-service
- /dev/hevc_service:/dev/hevc_service
- /dev/hevc-service:/dev/hevc-service
- /dev/rkvdec:/dev/rkvdec
- /dev/rkvenc:/dev/rkvenc
- /dev/vepu:/dev/vepu
- /dev/h265e:/dev/h265e
restart: unless-stopped