File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
188188To 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:
198198version : " 3.8"
199199services :
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
You can’t perform that action at this time.
0 commit comments