daphne should listen on 0.0.0.0

This commit is contained in:
Wayne Witzel III 2016-10-14 02:00:56 -04:00
parent 4220246400
commit eb3ec0b083

View File

@ -397,7 +397,7 @@ daphne:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/tower/bin/activate; \
fi; \
daphne -b 127.0.0.1 -p 8051 awx.asgi:channel_layer
daphne -b 0.0.0.0 -p 8051 awx.asgi:channel_layer
runworker:
@if [ "$(VENV_BASE)" ]; then \