We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944c67 commit 0f8a443Copy full SHA for 0f8a443
bin/docker_start.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
NAME="djangoblog" # Name of the application
3
-DJANGODIR=/code/djangoBlog # Django project directory
+DJANGODIR=/code/djangoblog # Django project directory
4
USER=root # the user to run as
5
GROUP=root # the group to run as
6
NUM_WORKERS=1 # how many worker processes should Gunicorn spawn
@@ -31,4 +31,4 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
31
--log-level=debug \
32
--log-file=- \
33
--worker-class gevent \
34
---threads 4
+--threads 4
0 commit comments