Changed readarr to the develop image, as recommended by linuxserver

This commit is contained in:
Roger Gonzalez 2023-01-31 10:18:35 -03:00
parent e413185a1b
commit 942cd3f766
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -83,7 +83,7 @@ services:
# Readarr is used to query, add downloads to the download queue and index Audio and Ebooks # Readarr is used to query, add downloads to the download queue and index Audio and Ebooks
# https://readarr.com/ # https://readarr.com/
readarr: readarr:
image: lscr.io/linuxserver/readarr image: lscr.io/linuxserver/readarr:develop
container_name: readarr container_name: readarr
environment: environment:
- PUID=<your_PUID> - PUID=<your_PUID>