: Run docker compose up -d to initialize the web dashboard in detached background mode.

version: '3' services: yarr: image: nkanaev/yarr container_name: yarr ports: - "7070:7070" volumes: - ./yarr-data:/data restart: unless-stopped

./yarrlist run --list mylist.txt --rclone-flags "--verbose --progress"

This gives you a fully isolated, persistent Yarr instance.

./yarr_linux_x86_64