From 3f6a1b571a1bdcefdd419f0365d751af2dedea0a Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 18 Dec 2024 19:43:13 +0200 Subject: [PATCH] removed unused env var from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1aaab2c..9d20d49 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,12 @@ services: - SONARR__ENABLED=true - SONARR__SEARCHTYPE=Episode - - SONARR__STALLED_MAX_STRIKES=5 - SONARR__INSTANCES__0__URL=http://localhost:8989 - SONARR__INSTANCES__0__APIKEY=secret1 - SONARR__INSTANCES__1__URL=http://localhost:8990 - SONARR__INSTANCES__1__APIKEY=secret2 - RADARR__ENABLED=true - - RADARR__STALLED_MAX_STRIKES=5 - RADARR__INSTANCES__0__URL=http://localhost:7878 - RADARR__INSTANCES__0__APIKEY=secret3 - RADARR__INSTANCES__1__URL=http://localhost:7879