Skip to content

Commit bdeaf80

Browse files
authored
Update README.md
1 parent 8cd8b2e commit bdeaf80

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
@@ -177,7 +177,7 @@ docker run -d --name huntarr-radarr \
177177
-e RANDOM_SELECTION="true" \
178178
-e STATE_RESET_INTERVAL_HOURS="168" \
179179
-e DEBUG_MODE="false" \
180-
huntarr/4radarr:3.0
180+
huntarr/4radarr:latest
181181

182182
To check on the status of the program, you should see new files downloading or you can type:
183183
```bash
@@ -192,7 +192,7 @@ For those who prefer Docker Compose, add this to your `docker-compose.yml` file:
192192
version: "3.8"
193193
services:
194194
huntarr-radarr:
195-
image: huntarr/4radarr:3.0
195+
image: huntarr/4radarr:latest
196196
container_name: huntarr-radarr
197197
restart: always
198198
environment:
@@ -237,7 +237,7 @@ docker run -d --name huntarr-radarr \
237237
-e RANDOM_SELECTION="true" \
238238
-e STATE_RESET_INTERVAL_HOURS="168" \
239239
-e DEBUG_MODE="false" \
240-
huntarr/4radarr:3.0
240+
huntarr/4radarr:latest
241241

242242
### SystemD Service
243243

0 commit comments

Comments
 (0)