diff --git a/conf.sh b/conf.sh index 7ed61bf..af34e05 100644 --- a/conf.sh +++ b/conf.sh @@ -341,7 +341,7 @@ initialisation () { } start () { - pipenv run gunicorn wsgy + pipenv run gunicorn wsgy -b 0.0.0.0:8000 } configuration () {