Pre-release alpha5. Container image: ghcr.io/kkodecs/livrarr:0.1.0-alpha5.
If you pulled 0.1.0-alpha5 during the first hour of release, the original build had a PID self-deadlock plus an OOM bug on libraries with large audiobooks (~500 MB+ single files). Both are fixed in the current image. Force-refresh your cache:
docker compose pull livrarr && docker compose up -d
Verify you're on the fixed image (digest should start with sha256:42f8acf7…):
docker image inspect ghcr.io/kkodecs/livrarr:0.1.0-alpha5 --format '{{index .RepoDigests 0}}'