From abd3c2f4b8dcd65cd00f3e3e10cbc9e98a7ee5d9 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sun, 11 Sep 2022 10:39:34 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=B0=86=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E5=9D=80127.0.0.1=E6=9B=BF=E6=8D=A2=E4=B8=BA0.0.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 90f86a4..03399fd 100644 --- a/run.sh +++ b/run.sh @@ -1 +1 @@ -uvicorn src:create_app --factory \ No newline at end of file +uvicorn src:create_app --factory --host=0.0.0.0 \ No newline at end of file