From 0653c2652367743c8f034cabdf854ff21f8e4092 Mon Sep 17 00:00:00 2001 From: weishen Date: Mon, 6 Apr 2026 19:04:33 +0800 Subject: [PATCH] update gunicorn prot --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be6c27d..6402937 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: