From 2c60b38edfa196cd4097ef3cc20f2345dd21e7ad Mon Sep 17 00:00:00 2001 From: Flaminel Date: Thu, 16 Jan 2025 00:10:02 +0200 Subject: [PATCH] fixed README ports --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db0c625..7b4e1ef 100644 --- a/README.md +++ b/README.md @@ -221,13 +221,13 @@ services: | RADARR__ENABLED | No | Enable or disable Radarr cleanup | false | | RADARR__BLOCK__TYPE | No | Block type
Can be `blacklist` or `whitelist` | `blacklist` | | RADARR__BLOCK__PATH | No | Path to the blocklist (local file or url)
Needs to be json compatible | empty | -| RADARR__INSTANCES__0__URL | No | First Radarr instance url | http://localhost:8989 | +| RADARR__INSTANCES__0__URL | No | First Radarr instance url | http://localhost:7878 | | RADARR__INSTANCES__0__APIKEY | No | First Radarr instance API key | empty | ||||| | LIDARR__ENABLED | No | Enable or disable LIDARR cleanup | false | | LIDARR__BLOCK__TYPE | No | Block type
Can be `blacklist` or `whitelist` | `blacklist` | | LIDARR__BLOCK__PATH | No | Path to the blocklist (local file or url)
Needs to be json compatible | empty | -| LIDARR__INSTANCES__0__URL | No | First LIDARR instance url | http://localhost:8989 | +| LIDARR__INSTANCES__0__URL | No | First LIDARR instance url | http://localhost:8686 | | LIDARR__INSTANCES__0__APIKEY | No | First LIDARR instance API key | empty |