Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 502 Bytes

Docker container of manga-dlp

Full docs: https://manga-dlp.ivn.sh/docker

Quick start

The pdf creation only works on amd64 images, as it unfortunately is incompatible with arm64.

# with docker-compose
curl -O docker-compose.yml https://raw.githubusercontent.com/olofvndrhr/manga-dlp/master/docker/docker-compose.yml
# adjust settings to your needs
docker-compose up -d

# with docker run
docker run -v ./downloads:/app/downloads -v ./mangas.txt:/app/mangas.txt olofvndrhr/manga-dlp