We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ee1b4d + 82cdc9a commit 73def8dCopy full SHA for 73def8d
README.md
@@ -5,16 +5,16 @@
5
**NOTE**
6
This utilizes Sonarr API Version - `5`. The Script: [sonarr-hunter.sh](sonarr-hunter.sh)
7
8
-To run via Docker (this will be improved later)
+To run via Docker:
9
10
```bash
11
docker run -d --name sonarr-hunter \
12
- -e SONARR_URL="http://yoursonarr:8989" \
13
- -e SONARR_API_KEY="your_real_api_key" \
+ -e API_KEY="your-api-key" \
+ -e API_URL="http://your-sonarr-address:8989" \
14
-e MAX_SHOWS="1" \
15
-e SLEEP_DURATION="900" \
16
-e RANDOM_SELECTION="true" \
17
- admin9705/sonarr-hunter
+ admin9705/sonarr-hunter:latest
18
```
19
20
**Change Log:**
0 commit comments