在玩客雲(armbian)上透過docker部署jellyfin

Jackie_JK發表於2024-10-23
docker run -d \
 --name jellyfin \
 --net=host --device /dev/dri:/dev/dri \
 --volume /mnt/sd/root/root/jellyfin/config:/config \
 --volume /mnt/sd/root/root/jellyfin/cache:/cache \
 --volume /mnt/300:/mnt/300 \
 --restart=unless-stopped \
 jellyfin/jellyfin

所有--volume需要結合自身情況進行調整

部署後訪問埠為8096

相關文章