Installing jellyfin
Outdated page
This page was set to be reviewed before 2022-01-01 by the page owner.
Contact the page Owner (opens default mail client) if you require this page to be updated
Before running the Jellyfin Container. We need to make 3 folders: Make a folder called Jellyfin, and create the 3 folders inside the Jellyfin Folder.
- Config
- Cache
- Media
(may need sudo)
Docker-Compose
Create a docker-compose.yml file with the following contents:
version: "3"
services:
jellyfin:
image: jellyfin/jellyfin
user: 1000:1000
network_mode: "host"
volumes:
- /path/to/config:/config
- /path/to/cache:/cache
- /path/to/media:/media
Then while in the same folder as the docker-compose.yml run:
Want to make this site better? Open a PR or help fund hosting costs