From 71e1d3b3358e2892f80cfdd05a8217cddc831075 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 26 Mar 2023 08:53:16 +0200 Subject: [PATCH] Update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c7013..42797ed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ source venv/bin/activate pip install -r requirements.txt # Run the project -uvicorn main:app --host 0.0.0.0 --port 8000 +uvicorn main:app --host 127.0.0.1 --port 8000 --proxy-headers ``` ### Docker