Skip to content

Commit 3f28436

Browse files
committed
Fix daphne port from 8100 to 8000 in start script
1 parent f69bd97 commit 3f28436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ python manage.py collectstatic --noinput --ignore input.css
2323
echo "==> Starting daphne on port 8100..."
2424
exec daphne core.asgi:application \
2525
--bind 0.0.0.0 \
26-
--port 8100 \
26+
--port 8000 \
2727
--access-log -

0 commit comments

Comments
 (0)