manga-dlp/docker
2024-02-01 15:36:53 +01:00
..
rootfs fix container build 2024-02-01 15:36:53 +01:00
docker-compose.yml add options to configure the default schedule in the docker container via environment variables 2022-07-18 18:41:41 +02:00
Dockerfile fix docker baseimage and CI errors 2024-02-01 14:48:05 +01:00
README.md switch to loguru/click. 2022-12-29 18:13:19 +01:00

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