mango
Mango is a self-hosted manga server and web reader
1M+
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.
cd into a directorydocker-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
docker-compose up to download the image and start the containerContent type
Image
Digest
sha256:14b5e1dd4…
Size
15.5 MB
Last updated
over 3 years ago
Requires Docker Desktop 4.37.1 or later.