I have Quasarr and Magazarr installed on Windows 11 via Docker Desktop using Compose files.
Both are configured and running well, except Magazarr takes 60+ seconds to load and to click on any changes or do anything in the web GUI. Quasarr is almost instantaneous.
services:
magazarr:
container_name: Magazarr
image: ghcr.io/rix1337/magazarr:latest
ports:
- "8090:8090"
volumes:
- C:\Applications\Magazarr\Config:/config:rw
- C:\Applications\Magazarr\Library:/library:rw
- C:\Applications\Magazarr\JDownloader:/output:rw
environment:
- TZ=America/New_York
restart: unless-stopped
Any Ideas?
I have Quasarr and Magazarr installed on Windows 11 via Docker Desktop using Compose files.
Both are configured and running well, except Magazarr takes 60+ seconds to load and to click on any changes or do anything in the web GUI. Quasarr is almost instantaneous.
services:
magazarr:
container_name: Magazarr
image: ghcr.io/rix1337/magazarr:latest
ports:
- "8090:8090"
volumes:
- C:\Applications\Magazarr\Config:/config:rw
- C:\Applications\Magazarr\Library:/library:rw
- C:\Applications\Magazarr\JDownloader:/output:rw
Any Ideas?