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