From 76c57f2850c39d07126c7f72315bbbce6932dd35 Mon Sep 17 00:00:00 2001 From: chenwj <654891551@qq.com> Date: Fri, 6 Jan 2023 14:49:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AB=AF=E5=8F=A3=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.bat | 2 +- start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start.bat b/start.bat index ece760c..cc75040 100644 --- a/start.bat +++ b/start.bat @@ -1,2 +1,2 @@ set FAST_API_ENV=dev -uvicorn main:fast_api_app --reload \ No newline at end of file +uvicorn main:fast_api_app --reload --host 0.0.0.0 --port 21021 \ No newline at end of file diff --git a/start.sh b/start.sh index 2f5249a..6a97110 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ export FAST_API_ENV=dev -uvicorn main:app --reload \ No newline at end of file +uvicorn main:app --reload --host 0.0.0.0 --port 21021 \ No newline at end of file