diff options
author | 2020-11-27 19:49:04 +0200 | |
---|---|---|
committer | 2020-11-27 19:49:04 +0200 | |
commit | 97cabbf3d78ee2cbcdfac157b4230ce82e704cf2 (patch) | |
tree | e449043abffefb0d7547c6bb4b65880baf0cc2e3 | |
parent | Add "the" before "host" for running in the host header (diff) |
Specify URL and port for running in the host section
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,4 +32,4 @@ Create a `.env` file with the same contents as the Docker section above and the #### Running Simply run: `$ uvicorn --reload --host 0.0.0.0 --debug backend:app`. -Once this is running the API will live-reload on any changes. +Once this is running the API is accessible via http://localhost:8000/ and will reload on any changes to code. |