Using sonarr:latest instead of preview

This commit is contained in:
Roger Gonzalez 2023-01-07 13:53:52 -03:00
parent 12f9fc52b5
commit a534866606
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -33,8 +33,7 @@ services:
# Sonarr is used to query, add downloads to the download queue and index TV shows
sonarr:
# Using "preview" version because "latest" doesn't work correctly
image: ghcr.io/linuxserver/sonarr:preview
image: ghcr.io/linuxserver/sonarr
container_name: sonarr
environment:
- PUID=<your_PUID>