Readarr
Book Manager and Automation (Sonarr for Ebooks).
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
version: "2.1"
services:
readarr:
image: lscr.io/linuxserver/readarr:develop
container_name: readarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /path/to/data:/config
- /path/to/books:/books #optional
- /path/to/downloadclient-downloads:/downloads #optional
ports:
- 8787:8787
restart: unless-stoppedResources
Website: https://readarr.com/
GitHub: https://github.com/Readarr/Readarr
Docker Hub: https://hub.docker.com/r/linuxserver/readarr
Configuration: https://github.com/linuxserver/docker-readarr