Skip to content

Commit 9ccf43d

Browse files
authored
Update README.md
1 parent 50a9483 commit 9ccf43d

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
@@ -147,7 +147,7 @@ docker run -d --name huntarr-lidarr \
147147
-e MONITORED_ONLY="true" \
148148
-e STATE_RESET_INTERVAL_HOURS="168" \
149149
-e DEBUG_MODE="false" \
150-
huntarr/4lidarr:latest
150+
huntarr/4lidarr:2.0
151151
```
152152

153153
To check on the status of the program, you should see new files downloading or you can type:
@@ -163,7 +163,7 @@ For those who prefer Docker Compose, add this to your `docker-compose.yml` file:
163163
version: "3.8"
164164
services:
165165
huntarr-lidarr:
166-
image: huntarr/4lidarr:latest
166+
image: huntarr/4lidarr:2.0
167167
container_name: huntarr-lidarr
168168
restart: always
169169
environment:
@@ -202,7 +202,7 @@ docker run -d --name huntarr-lidarr \
202202
-e MONITORED_ONLY="true" \
203203
-e STATE_RESET_INTERVAL_HOURS="168" \
204204
-e DEBUG_MODE="false" \
205-
huntarr/4lidarr:latest
205+
huntarr/4lidarr:2.0
206206
```
207207

208208
### SystemD Service

0 commit comments

Comments
 (0)