upload jellyfin docker shell
This commit is contained in:
14
run-jellyfin-mpp.sh
Normal file
14
run-jellyfin-mpp.sh
Normal 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
|
||||||
Reference in New Issue
Block a user