diff options
-rw-r--r-- | docker-compose.example.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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=<your_PUID> |