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.
1 parent 2de6a29 commit 82cdc9aCopy full SHA for 82cdc9a
README.md
@@ -9,12 +9,12 @@ 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