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
- Host: GitHub
- URL: https://github.com/leberkaslabs/jellyfin
- Owner: leberkaslabs
- License: mit
- Created: 2025-06-17T17:52:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:58:46.000Z (about 1 year ago)
- Last Synced: 2025-07-12T10:23:50.997Z (12 months ago)
- Topics: docker, docker-compose, jellyfin
- Language: YAML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin
[](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).