Jellyfin
Media server for audio, video, books, comics, and photos with a sleek interface and robust transcoding capabilities. Almost all modern platforms have clients, including Roku, Android TV, iOS, and Kodi.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
volumes:
- /path/to/jellyfin/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stoppedResources
Website: https://jellyfin.org/
GitHub: https://github.com/Georift/install-jellyfin-tizen
Docker Hub: https://hub.docker.com/r/linuxserver/jellyfin
Configuration: https://github.com/linuxserver/docker-jellyfin