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 4
4
5
5
<table >
6
6
<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>
8
8
</tr >
9
9
</table >
10
10
@@ -182,7 +182,7 @@ docker run -d --name huntarr-readarr \
182
182
-e REFRESH_AUTHOR=" true" \
183
183
-e STATE_RESET_INTERVAL_HOURS=" 168" \
184
184
-e DEBUG_MODE=" false" \
185
- huntarr/4readarr:1.0
185
+ huntarr/4readarr:latest
186
186
```
187
187
188
188
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:
198
198
version : " 3.8"
199
199
services :
200
200
huntarr-readarr :
201
- image : huntarr/4readarr:1.0
201
+ image : huntarr/4readarr:latest
202
202
container_name : huntarr-readarr
203
203
restart : always
204
204
environment :
@@ -246,7 +246,7 @@ docker run -d --name huntarr-readarr \
246
246
-e REFRESH_AUTHOR=" true" \
247
247
-e STATE_RESET_INTERVAL_HOURS=" 168" \
248
248
-e DEBUG_MODE=" false" \
249
- huntarr/4readarr:1.0
249
+ huntarr/4readarr:latest
250
250
```
251
251
252
252
### SystemD Service
You can’t perform that action at this time.
0 commit comments