From 77cc5c99edfb1f28aa4a1c093c157d9ee1f7bdd5 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 13 Nov 2024 22:39:57 +0200 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea0f3f1..b46c7f8 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ docker run -d \ -e QBITTORRENT__URL="http://localhost:8080" \ -e QBITTORRENT__USERNAME="user" \ -e QBITTORRENT__PASSWORD="pass" \ - -e SONARR__ENABLED="true" \ + -e SONARR__ENABLED=true \ -e SONARR__INSTANCES__0__URL="http://localhost:8989" \ -e SONARR__INSTANCES__0__APIKEY="secret1" \ -e SONARR__INSTANCES__1__URL="http://localhost:8990" \ -e SONARR__INSTANCES__1__APIKEY="secret2" \ - -e RADARR__ENABLED="true" \ + -e RADARR__ENABLED=true \ -e RADARR__INSTANCES__0__URL="http://localhost:7878" \ -e RADARR__INSTANCES__0__APIKEY="secret3" \ -e RADARR__INSTANCES__1__URL="http://localhost:7879" \