engels74/overseerr-anime

By engels74

Updated 3 days ago

Documentation: https://engels74.net/containers/overseerr-anime

Image
0

1.4K

Overseerr (with Anime Instance support)

Overseerr

GitHub tag (SemVer)License (Image)License (Source)Docker PullsGitHub Stars

📖 Documentation

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.

🐋 Docker Image

Docker Compose

To get started with Overseerr (with Anime Instance Support) using Docker, follow these steps:

  1. 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
    
  2. Run the Docker container using docker compose:

    docker compose -f /choose/path/to/docker-compose.overseerr-anime.yml up -d
    

🆘 Support

If you need assistance, please write in the active pull request. It can be found here.

💻 Source Code

  • 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.

🌟 Show your support

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!

Docker Pull Command

docker pull engels74/overseerr-anime