An open API service indexing awesome lists of open source software.

https://github.com/leberkaslabs/jellyfin

Jellyfin Docker Compose Deployment
https://github.com/leberkaslabs/jellyfin

docker docker-compose jellyfin

Last synced: about 1 month ago
JSON representation

Jellyfin Docker Compose Deployment

Awesome Lists containing this project

README

          

# Jellyfin

[![CI](https://github.com/leberkaslabs/jellyfin/actions/workflows/ci.yml/badge.svg)](https://github.com/leberkaslabs/jellyfin/actions/workflows/ci.yml)

This repository contains the Docker Compose setup for Jellyfin - a free and open-source media server that lets you organize, manage, and stream your personal media collection to various devices.

## Requirements

- Make sure Docker and Docker Compose are installed on your system.
- For more details on configuring Jellyfin, visit the [official documentation](https://jellyfin.org/docs/).

## Installation

The installation is straightforward. Simply clone this repository and start Jellyfin using Docker Compose:

```bash
# Clone this repository
git clone https://github.com/leberkaslabs/jellyfin.git

# Change into repository
cd jellyfin

# Startup Jellyfin
docker compose up -d
```

## Advanced Configuration

You can customize your setup using a Docker Compose override file:

```bash
# Create a Docker Compose override file
cp example.compose.override.yml compose.override.yml

# Recreate and apply the configuration
docker compose up -d --force-recreate
```

## License

Copyright © 2025 Niclas Spreng

Licensed under the [MIT license](LICENSE).