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