1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

scrapyd: bind 0.0.0.0:6800

This commit is contained in:
kev
2017-05-09 14:09:12 +08:00
parent ba085a8764
commit 241269a1e4
2 changed files with 16 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ max_proc = 0
max_proc_per_cpu = 4
finished_to_keep = 100
poll_interval = 5
bind_address = 0.0.0.0
http_port = 6800
debug = off
runner = scrapyd.runner

View File

@@ -8,6 +8,7 @@ max_proc = 0
max_proc_per_cpu = 4
finished_to_keep = 100
poll_interval = 5
bind_address = 0.0.0.0
http_port = 6800
debug = off
runner = scrapyd.runner