manga-dlp/docker/README.md

18 lines
502 B
Markdown
Raw Permalink Normal View History

2021-12-24 16:30:50 +01:00
# Docker container of manga-dlp
> Full docs: https://manga-dlp.ivn.sh/docker
2021-12-24 16:30:50 +01:00
## Quick start
The pdf creation only works on amd64 images, as it unfortunately is incompatible with arm64.
2021-12-24 16:30:50 +01:00
```sh
# 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
```