Install Jellyfin on Docker
Download image
docker pull jellyfin/jellyfin
Create Container
docker container create --name heriJellyfin --publish 8096:8096 -v [path dir local config for jellyfin]:/config -v [path dir local cache for jellyfin]:/cache --mount type=bind,source=[dir path media],target=/media --restart=unless-stopped jellyfin/jellyfin:latest
Start Container
docker container start heriJellyfin
Done
Category: Tekno