How to Install Jellyfin Media Server on Docker | Step by Step Tutorial

Channel:
Subscribers:
13,900
Published on ● Video Link: https://www.youtube.com/watch?v=UR1NSpTerHw



Step By Step
Game:
Category:
Tutorial
Duration: 12:35
413 views
5


In this video, we're going to walk through the process of setting up Jellyfin Media Server using Docker on Ubuntu 22.04. Docker makes it easy to deploy applications in isolated containers, and Jellyfin is a fantastic open-source media server.

Get Contabo VPS
https://tinyurl.com/4dv3xsxw

Get DigitalOcean VPS
https://zacs-tech.com/go/digitalocean/

Get Vultr VPS
https://zacs-tech.com/go/vultr/

Register domain name
https://tinyurl.com/y8hz9seu

Get the training and certification you need! Linux Foundation, IT training
https://tinyurl.com/3pwv3czu

Commands
sudo curl -L "htt://github.com/docker/compose/releases/latest/download/docker-compose-linux-$(uname -m)" -o /usr/local/bin/docker-compose (letters removed from https add them)

sudo chmod +x /usr/local/bin/docker-compose

============================================================

version: "3"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
volumes:
- jellyfin-config:/config
- /home/zack/media:/media
ports:
- 8096:8096
restart: unless-stopped
volumes:
jellyfin-config:
==========================================================


DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!







Tags:
ubuntu 22.04
jellyfin setup
jellyfin media server
jellyfin remote access
jellyfin on docker
docker compose yml
docker compose
jellyfin tutorial



Other Statistics

Step By Step Statistics For ZacsTech

There are 413 views in 1 video for Step By Step. Less than an hour worth of Step By Step videos were uploaded to his channel, making up less than 0.46% of the total overall content on ZacsTech's YouTube channel.