File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ The simplest way to run Huntarr is via Docker:
264264``` bash
265265docker run -d --name huntarr-sonarr \
266266 --restart always \
267- -p 8988:8988 \ # Can be removed if ENABLE_WEB_UI=false
267+ -p 8988:8988 \
268268 -e API_KEY=" your-api-key" \
269269 -e API_URL=" http://your-sonarr-address:8989" \
270270 -e API_TIMEOUT=" 60" \
@@ -303,7 +303,7 @@ services:
303303 container_name : huntarr-sonarr
304304 restart : always
305305 ports :
306- - " 8988:8988" # Can be removed if ENABLE_WEB_UI=false
306+ - " 8988:8988"
307307 environment :
308308 API_KEY : " your-api-key"
309309 API_URL : " http://your-sonarr-address:8989"
@@ -338,7 +338,7 @@ Run this from Command Line in Unraid:
338338``` bash
339339docker run -d --name huntarr-sonarr \
340340 --restart always \
341- -p 8988:8988 \ # Can be removed if ENABLE_WEB_UI=false
341+ -p 8988:8988 \
342342 -e API_KEY=" your-api-key" \
343343 -e API_URL=" http://your-sonarr-address:8989" \
344344 -e API_TIMEOUT=" 60" \
You can’t perform that action at this time.
0 commit comments