From cc0e6ae204b851a6ab67b608d835cd1722f4fa10 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 16 Jul 2023 14:32:58 -0400 Subject: [PATCH] Update readme.md --- sonarr/readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sonarr/readme.md b/sonarr/readme.md index 5eed9bf..631f3a0 100644 --- a/sonarr/readme.md +++ b/sonarr/readme.md @@ -1,8 +1,9 @@ -# Requirements +# Sonarr +## Requirements Container: https://docs.linuxserver.io/images/docker-sonarr
Version Tag: develop (v4 is required for some of the features) -# Installation/setup +## Installation/setup 1. Add 2 volumes to your container
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
Docker Run Example:
@@ -13,7 +14,7 @@ Version Tag: develop (v4 is required for some of the features) 5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` 6. Restart the container -# Updating +## Updating Updating is a bit more combersum. To update, do the following: 1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/extended.conf) 2. Restart the container, wait for it to fully load the application.