Skip to content

Commit 73def8d

Browse files
authored
Merge pull request #1 from plexguide/main
catch up
2 parents 7ee1b4d + 82cdc9a commit 73def8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
**NOTE**
66
This utilizes Sonarr API Version - `5`. The Script: [sonarr-hunter.sh](sonarr-hunter.sh)
77

8-
To run via Docker (this will be improved later)
8+
To run via Docker:
99

1010
```bash
1111
docker run -d --name sonarr-hunter \
12-
-e SONARR_URL="http://yoursonarr:8989" \
13-
-e SONARR_API_KEY="your_real_api_key" \
12+
-e API_KEY="your-api-key" \
13+
-e API_URL="http://your-sonarr-address:8989" \
1414
-e MAX_SHOWS="1" \
1515
-e SLEEP_DURATION="900" \
1616
-e RANDOM_SELECTION="true" \
17-
admin9705/sonarr-hunter
17+
admin9705/sonarr-hunter:latest
1818
```
1919

2020
**Change Log:**

0 commit comments

Comments
 (0)