Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyvange authored Nov 21, 2024
1 parent d4d4983 commit 45b14c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ docker run -d \
-e RADARR_URL=http://localhost:7979 \
-e RADARR_API_KEY=your_radarr_api_key \
-e SONARR_URL=http://localhost:8989 \
-e RADARR_API_KEY=your_radarr_api_key \
-e SADARR_API_KEY=your_radarr_api_key \
-e STALLED_TIMEOUT=3600 \
-e STALLED_ACTION=BLOCKLIST_AND_SEARCH \
-e VERBOSE=false \
Expand All @@ -125,7 +125,7 @@ docker run -d \

*One line:*
``` bash
docker run -d --name=ArrStalledHandler -e RADARR_URL=http://localhost:7979 -e RADARR_API_KEY=your_radarr_api_key -e SONARR_URL=http://localhost:8989 -e RADARR_API_KEY=your_radarr_api_key -e STALLED_TIMEOUT=3600 -e STALLED_ACTION=BLOCKLIST_AND_SEARCH -e VERBOSE=false -e RUN_INTERVAL=300 --restart unless-stopped tommythebeast/arrstalledhandler:latest
docker run -d --name=ArrStalledHandler -e RADARR_URL=http://localhost:7979 -e RADARR_API_KEY=your_radarr_api_key -e SONARR_URL=http://localhost:8989 -e SADARR_API_KEY=your_radarr_api_key -e STALLED_TIMEOUT=3600 -e STALLED_ACTION=BLOCKLIST_AND_SEARCH -e VERBOSE=false -e RUN_INTERVAL=300 --restart unless-stopped tommythebeast/arrstalledhandler:latest
```

### Docker Deployment (Manual)
Expand Down

0 comments on commit 45b14c1

Please sign in to comment.