We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69bd97 commit 3f28436Copy full SHA for 3f28436
1 file changed
start.sh
@@ -23,5 +23,5 @@ python manage.py collectstatic --noinput --ignore input.css
23
echo "==> Starting daphne on port 8100..."
24
exec daphne core.asgi:application \
25
--bind 0.0.0.0 \
26
- --port 8100 \
+ --port 8000 \
27
--access-log -
0 commit comments