Mylar is an automated downloader for your digital comic book collection, designed to work with both NZB and torrent clients. It actively monitors your custom watchlist for new issues, story arcs, and weekly pull-lists. Once a comic is found, the software downloads, sorts, and renames the file according to your preferences. It can even scan your existing library to find and grab any missing issues.
Key features include:
services:
mylar3:
image: lscr.io/linuxserver/mylar3:latest
container_name: mylar3
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./comics:/comics
- ./downloads:/downloads
ports:
- 8090:8090
restart: unless-stopped# The linuxserver/mylar3 image does not require sensitive environment variables for deployment.
# Authentication and application settings are configured via the web interface after the first launch.
COMPOSE_PROJECT_NAME=mylar3Auto-fetched about 17 hours ago
Auto-fetched about 17 hours ago