Skip to content

Commit 2fb7704

Browse files
authored
Update README.md
1 parent 5f322b1 commit 2fb7704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<table>
66
<tr>
7-
<td colspan="2"><img src="https://github.com/user-attachments/assets/3ea6d2a0-19fd-4e7c-9dfd-797e735b2955" width="100%"/></td>
7+
<td colspan="2"><img src="https://github.com/user-attachments/assets/3c7a6cd9-3dbd-4e64-bfa1-09a5ade56935" width="100%"/></td>
88
</tr>
99
</table>
1010

@@ -182,7 +182,7 @@ docker run -d --name huntarr-readarr \
182182
-e REFRESH_AUTHOR="true" \
183183
-e STATE_RESET_INTERVAL_HOURS="168" \
184184
-e DEBUG_MODE="false" \
185-
huntarr/4readarr:1.0
185+
huntarr/4readarr:latest
186186
```
187187

188188
To check on the status of the program, you should see new files downloading or you can type:
@@ -198,7 +198,7 @@ For those who prefer Docker Compose, add this to your `docker-compose.yml` file:
198198
version: "3.8"
199199
services:
200200
huntarr-readarr:
201-
image: huntarr/4readarr:1.0
201+
image: huntarr/4readarr:latest
202202
container_name: huntarr-readarr
203203
restart: always
204204
environment:
@@ -246,7 +246,7 @@ docker run -d --name huntarr-readarr \
246246
-e REFRESH_AUTHOR="true" \
247247
-e STATE_RESET_INTERVAL_HOURS="168" \
248248
-e DEBUG_MODE="false" \
249-
huntarr/4readarr:1.0
249+
huntarr/4readarr:latest
250250
```
251251

252252
### SystemD Service

0 commit comments

Comments
 (0)