diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-07 13:53:52 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-07 13:53:52 -0300 |
commit | a534866606c2e224994ca54ff05bbcbdbc5a4088 (patch) | |
tree | 89c4411e642194775bacbeb62908772a458dcb2e | |
parent | 12f9fc52b55df71c811d07d0b04d084b9bdd90c0 (diff) |
Using sonarr:latest instead of preview
-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> |