upload jellyfin docker shell

This commit is contained in:
2023-12-22 20:26:24 +08:00
parent 6a85284aec
commit 422c8a1343

14
run-jellyfin-mpp.sh Normal file
View File

@@ -0,0 +1,14 @@
#The Shell comes from https://github.com/jjm2473/ffmpeg-rk and fix podman problems
mkdir -p /jellyfin/config
docker run --name jellyfin \
--security-opt systempaths=unconfined --security-opt apparmor=unconfined \
--restart=unless-stopped -td \
--device /dev/mpp_service \
--device /dev/rga \
--device /dev/dri \
--pid=host \
--dns=172.17.0.1 \
-p 8096:8096 \
-v /jellyfin/config:/config \
-v /mnt:/mnt \
jjm2473/jellyfin-mpp:latest