Skip to content

Commit f0cf45b

Browse files
authored
Update README.md
1 parent 590323e commit f0cf45b

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
@@ -264,7 +264,7 @@ The simplest way to run Huntarr is via Docker:
264264
```bash
265265
docker 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
339339
docker 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" \

0 commit comments

Comments
 (0)