Mylar3
Automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
mylar3:
image: lscr.io/linuxserver/mylar3:latest
container_name: mylar3
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/mylar3/config:/config
- /path/to/comics:/comics
- /path/to/downloads:/downloads
ports:
- 8090:8090
restart: unless-stoppedResources
Website: https://mylarcomics.com/
GitHub: https://github.com/mylar3/mylar3
Docker Hub: https://hub.docker.com/r/linuxserver/mylar3
Configuration: https://github.com/linuxserver/docker-mylar3