manga-dlp/docker/README.md
Ivan Schaller ecf4bf771e
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
switch to loguru/click.
update docs etc
2022-12-29 18:13:19 +01:00

502 B

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