https://github.com/fboulnois/jellyfin-docker
Run Jellyfin as a docker-compose service
https://github.com/fboulnois/jellyfin-docker
docker docker-compose jellyfin
Last synced: 2 months ago
JSON representation
Run Jellyfin as a docker-compose service
- Host: GitHub
- URL: https://github.com/fboulnois/jellyfin-docker
- Owner: fboulnois
- License: gpl-2.0
- Created: 2024-01-09T00:27:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T00:34:44.000Z (over 2 years ago)
- Last Synced: 2025-02-14T11:52:08.416Z (over 1 year ago)
- Topics: docker, docker-compose, jellyfin
- Language: Makefile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin in Docker
Runs [Jellyfin](https://jellyfin.org/) as a `docker-compose` service.
## Features
- Built using the official [Jellyfin](https://hub.docker.com/r/jellyfin/jellyfin)
Docker image
- Runs as a non-root user
- Only runs `jellyfin` in the container
- Simple `Dockerfile` and `docker-compose.yml` files
## Quickstart
```sh
make build
make up
```
After starting, Jellyfin will be available at `http://localhost:8096`.
## Configuration
On first run, delete the existing dummy server in the web interface. Next,
refresh the page to see the Jellyfin setup wizard. Finally, follow the wizard to
configure the server as desired.