Maintained by Thijmen Heuvelink

Jellyseerr is a free and open source software application for managing requests for your media library.

Docker Compose

Save the following contents as a docker-compose.yml file.

version: '3'
services:
    jellyseerr:
       image: fallenbagel/jellyseerr:latest
       container_name: jellyseerr
       environment:
            - TZ=Europe/Amsterdam
       ports:
            - 5055:5055
       volumes:
            - ./config:/app/config
       restart: unless-stopped

Start it

docker-compose up -d

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved