Skip to content

Commit

Permalink
Merge pull request #2625 from lunkwill42/devfix/runserver-insecure
Browse files Browse the repository at this point in the history
Run development web server in insecure mode
  • Loading branch information
lunkwill42 committed May 25, 2023
2 parents 5b394ee + 608d9b3 commit 6b632f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/web.sh
Expand Up @@ -8,4 +8,4 @@ mydir=$(dirname $0)
cd /source


django-admin check && exec django-admin runserver 0.0.0.0:80
django-admin check && exec django-admin runserver --insecure 0.0.0.0:80

0 comments on commit 6b632f3

Please sign in to comment.