My Jellyfin Docker Compose file with Nvidia GPU on Ubuntu Server
Note
This repo is for Ubuntu Server This repository is just the docker compose file, you will need to install Nvidia Toolkit And Docker
Note
This repo uses a network called backend which is created in my reverse proxy.
Once you install Docker and Nvidia Toolkit, you need to get the path of where the Jellyfin data mounts will go. I like to keep everything in the home directory, but you can select another location
- Go to the desire destination in this case the home directory for the current user with
cd ~ - Create the jellyfin directory and enter that directory
mkdir jellyfin && cd jellyfin - Clone the repo with
git clone https://github.com/CodeFallacy/Jellyfin-NVIDIA-Docker-Compose.git - Rename
example.envfile to.envand setCOMMON_PATHwith the path of Jellyfin directory we just created. in this case/home/username/jellyfin - Then start the container in detached mode with
docker compose up -d