From a137c464dca809c40e7cd815af8b3ba0e08c7db5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 26 Apr 2022 12:55:09 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-doplarr.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/images/docker-doplarr.md b/images/docker-doplarr.md index 3e1de810a..6d5e54948 100755 --- a/images/docker-doplarr.md +++ b/images/docker-doplarr.md @@ -74,6 +74,8 @@ services: - DISCORD__REQUESTED_MSG_STYLE=:plain #optional - SONARR__QUALITY_PROFILE= #optional - RADARR__QUALITY_PROFILE= #optional + - SONARR__ROOTFOLDER= #optional + - RADARR__ROOTFOLDER= #optional - SONARR__LANGUAGE_PROFILE= #optional - OVERSEERR__DEFAULT_ID= #optional - PARTIAL_SEASONS=true #optional @@ -104,6 +106,8 @@ docker run -d \ -e DISCORD__REQUESTED_MSG_STYLE=:plain `#optional` \ -e SONARR__QUALITY_PROFILE= `#optional` \ -e RADARR__QUALITY_PROFILE= `#optional` \ + -e SONARR__ROOTFOLDER= `#optional` \ + -e RADARR__ROOTFOLDER= `#optional` \ -e SONARR__LANGUAGE_PROFILE= `#optional` \ -e OVERSEERR__DEFAULT_ID= `#optional` \ -e PARTIAL_SEASONS=true `#optional` \ @@ -142,7 +146,9 @@ Docker images are configured using parameters passed at runtime (such as those a | `DISCORD__REQUESTED_MSG_STYLE=:plain` | Sets the style of the request alert message. One of `:plain` `:embed` `:none` | | `SONARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Sonarr | | `RADARR__QUALITY_PROFILE=` | The name of the quality profile to use by default for Radarr | -| `SONARR__LANGUAGE_PROFILE=` | The name of the language profile to use by default for Radarr | +| `SONARR__ROOTFOLDER=` | The root folder to use by default for Sonarr | +| `RADARR__ROOTFOLDER=` | The root folder to use by default for Radarr | +| `SONARR__LANGUAGE_PROFILE=` | The name of the language profile to use by default for Sonarr | | `OVERSEERR__DEFAULT_ID=` | The Overseerr user id to use by default if there is no associated discord account for the requester | | `PARTIAL_SEASONS=true` | Sets whether users can request partial seasons. | | `LOG_LEVEL=:info` | The log level for the logging backend. This can be changed for debugging purposes. One of trace `:debug` `:info` `:warn` `:error` `:fatal` `:report` |