We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9eebf8 commit 4518a10Copy full SHA for 4518a10
README.md
@@ -27,7 +27,7 @@ or
27
```sh
28
$ GRAPH_FILE=graph.ttl poetry run fastapi dev sparql_file.py
29
# or
30
-$ GRAPH_FILE=graph.ttl poetry run uvicorn sparql_file:app --host 0.0.0.0 --port 8080
+$ GRAPH_FILE=graph.ttl poetry run uvicorn sparql_file:app --host '' --port 8080
31
```
32
33
## Run With Podman/Docker (local build)
Taskfile.yaml
@@ -20,7 +20,7 @@ tasks:
20
serve:uvicorn:
21
desc: Run with uvicorn
22
cmds:
23
- - poetry run uvicorn sparql_file:app --host 0.0.0.0 --port 8080
+ - poetry run uvicorn sparql_file:app --host '' --port 8080
24
25
serve:container:
26
desc: Run the container with podman
0 commit comments