【pili-book】 在 https://github.com/istoreos/istoreos/issues/1325 发布:
docker run --name jellyfin
–privileged
-v /mnt/huhu/jellyfinOpenwrt:/config
–restart=unless-stopped -td
–device /dev/rga
–device /dev/dri
–device /dev/dma_heap
–device /dev/mpp_service
–dns=172.17.0.1
-eTZ=Asia/Shanghai
–mount type=tmpfs,destination=/mnt/transcodes
-v /mnt/huhu/jellyfinOpenwrt/tmp:/config/transcodes
-v /mnt:/media
-v /mnt:/mnt:rslave
jjm2473/jellyfin-mpp:latest
代码没有端口映射,主路由也不需要
转码隐射到/mnt/huhu/jellyfinOpenwrt/tmp完了能进去了我把路径放到/mnt/transcodes
