update gunicorn prot
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
sh -c "python manage.py migrate &&
|
||||
python manage.py createsuperuser --noinput ||
|
||||
true &&
|
||||
gunicorn --bind 0.0.0.0:8000 --workers 2 --timeout 120 config.wsgi:application"
|
||||
gunicorn --bind 0.0.0.0:8765 --workers 2 --timeout 120 config.wsgi:application"
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
||||
Reference in New Issue
Block a user