Change host from 0.0.0.0 to 127.0.0.1 in CONTRIBUTING.md (#4422)
Updated the host address in the run command for clarity.
This commit is contained in:
parent
497f455da6
commit
76562ae31d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Manual development uses Python 3.11+:
|
|||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python -m uvicorn app:app --host 0.0.0.0 --port 7000
|
||||
python -m uvicorn app:app --host 127.0.0.1 --port 7000
|
||||
```
|
||||
|
||||
Windows is not actively tested. Docker on Linux or a Linux/macOS manual install is the safer path for now.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue