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