hkalexling/mango

By hkalexling

Updated over 3 years ago

Mango is a self-hosted manga server and web reader

Image
39

1M+

hkalexling/mango repository overview

This repository hosts the official docker images for Mango. Please submit an issue on GitHub or reach out on Gitter if you have any questions.

To start the container:

  1. Create and cd into a directory
  2. Create a file named docker-compose.yml with the following content (you might need to edit the ports and volumes sections to suit your needs)
version: '3'

services:
  mango:
    image: hkalexling/mango
    container_name: mango
    expose:
      - 9000
    ports:
      - 9000:9000
    volumes:
      - ~/mango:/root/mango
      - ~/.config/mango:/root/.config/mango
  1. Run docker-compose up to download the image and start the container

Tag summary

Content type

Image

Digest

sha256:14b5e1dd4

Size

15.5 MB

Last updated

over 3 years ago

Requires Docker Desktop 4.37.1 or later.