Jump to content

HA: Difference between revisions

495 bytes added ,  1 month ago
Line 135:
--restart unless-stopped \
lscr.io/linuxserver/calibre-web:latest
 
= JellyFin =
Source: [https://jellyfin.org/docs/general/installation/container/ jellyfin.org]
 
Pull Image:
docker pull jellyfin/jellyfin
 
Install:
docker run -d \
--name jellyfin \
--user uid:gid \
--net=host \
--volume /path/to/config:/config \ # Alternatively --volume jellyfin-config:/config
--volume /path/to/cache:/cache \ # Alternatively --volume jellyfin-cache:/cache
--mount type=bind,source=/path/to/media,target=/media \
--restart=unless-stopped \
jellyfin/jellyfin
 
= Notifications =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.