Skip to content

Commit 82cdc9a

Browse files
authored
Update README.md
1 parent 2de6a29 commit 82cdc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ 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)