--- version: "2.1" services: readarr: image: lscr.io/linuxserver/readarr:develop container_name: readarr environment: - PUID=1000 - PGID=1000 - TZ=Europe/London volumes: - /opt/readarr:/config - /opt/readarr/books:/books #optional - /opt/downloads:/downloads #optional ports: - 8787:8787 restart: always