All the documentation for the "Oveerseerr (Anime Support)" is located at the active Pull Request page.
For more information about the Docker image itself, you can visit engels74.net.
To get started with Overseerr (with Anime Instance Support) using Docker, follow these steps:
-
Use this Docker Compose example
services: overseerr-anime: container_name: overseerr-anime image: ghcr.io/engels74/overseerr-anime ports: - "5055:5055" environment: - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC - WEBUI_PORTS=5055/tcp,5055/udp volumes: - /<host_folder_config>:/config
-
Run the Docker container using
docker compose
:docker compose -f /choose/path/to/docker-compose.overseerr-anime.yml up -d
If you need assistance, please write in the active pull request. It can be found here.
-
Project Source Code: The source code for the "Overseerr (Anime Support)" project is hosted at engels74/overseerr-anime-source.
-
Docker Image Source: The source files for building the Docker image are hosted at engels74/overseerr-anime. If you can't find what you're looking for in the
master
branch, check other branches.
You can show your support by:
- Giving us a star on Docker Hub or GitHub
- Making a donation to hotio, as he's the genius behind the Docker images
Your support is greatly appreciated!