Skip to content

Commit 9d2d9ae

Browse files
committed
updates
1 parent 36ebc24 commit 9d2d9ae

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
@@ -163,7 +163,7 @@ docker run -d --name huntarr-readarr \
163163
-e REFRESH_AUTHOR="true" \
164164
-e STATE_RESET_INTERVAL_HOURS="168" \
165165
-e DEBUG_MODE="false" \
166-
huntarr/huntarr-readarr:1.0
166+
huntarr/4readarr:1.0
167167
```
168168

169169
To check on the status of the program, you should see new files downloading or you can type:
@@ -179,7 +179,7 @@ For those who prefer Docker Compose, add this to your `docker-compose.yml` file:
179179
version: "3.8"
180180
services:
181181
huntarr-readarr:
182-
image: huntarr/huntarr-readarr:1.0
182+
image: huntarr/4readarr:1.0
183183
container_name: huntarr-readarr
184184
restart: always
185185
environment:
@@ -227,7 +227,7 @@ docker run -d --name huntarr-readarr \
227227
-e REFRESH_AUTHOR="true" \
228228
-e STATE_RESET_INTERVAL_HOURS="168" \
229229
-e DEBUG_MODE="false" \
230-
huntarr/huntarr-readarr:1.0
230+
huntarr/4readarr:1.0
231231
```
232232

233233
### SystemD Service

0 commit comments

Comments
 (0)