Skip to content

Commit 7cbaa15

Browse files
authored
Update README.md
1 parent f8a532e commit 7cbaa15

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
@@ -176,7 +176,7 @@ docker run -d --name huntarr-radarr \
176176
-e RANDOM_SELECTION="true" \
177177
-e STATE_RESET_INTERVAL_HOURS="168" \
178178
-e DEBUG_MODE="false" \
179-
huntarr/huntarr-radarr:3.1
179+
huntarr/huntarr-radarr:3.0
180180

181181
To check on the status of the program, you should see new files downloading or you can type:
182182
```bash
@@ -191,7 +191,7 @@ For those who prefer Docker Compose, add this to your `docker-compose.yml` file:
191191
version: "3.8"
192192
services:
193193
huntarr-radarr:
194-
image: huntarr/huntarr-radarr:3.1
194+
image: huntarr/huntarr-radarr:3.0
195195
container_name: huntarr-radarr
196196
restart: always
197197
environment:
@@ -236,7 +236,7 @@ docker run -d --name huntarr-radarr \
236236
-e RANDOM_SELECTION="true" \
237237
-e STATE_RESET_INTERVAL_HOURS="168" \
238238
-e DEBUG_MODE="false" \
239-
huntarr/huntarr-radarr:3.1
239+
huntarr/huntarr-radarr:3.0
240240

241241
### SystemD Service
242242

0 commit comments

Comments
 (0)