From a534866606c2e224994ca54ff05bbcbdbc5a4088 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 7 Jan 2023 13:53:52 -0300 Subject: Using sonarr:latest instead of preview --- docker-compose.example.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker-compose.example.yaml') diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index c0a29f1..736e8e5 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -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= -- cgit v1.2.3