summaryrefslogtreecommitdiff
path: root/docker-compose.example.yaml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-07 13:53:52 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-07 13:53:52 -0300
commita534866606c2e224994ca54ff05bbcbdbc5a4088 (patch)
tree89c4411e642194775bacbeb62908772a458dcb2e /docker-compose.example.yaml
parent12f9fc52b55df71c811d07d0b04d084b9bdd90c0 (diff)
Using sonarr:latest instead of preview
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r--docker-compose.example.yaml3
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>