mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
d0fd833b8c
commit
a1bcd2fbe5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ You can start the Datasette process running using the following::
|
|||
|
||||
You can confirm that Datasette is running on port 8000 like so::
|
||||
|
||||
curl 127.0.01:8000/-/versions.json
|
||||
curl 127.0.0.1:8000/-/versions.json
|
||||
# Should output JSON showing the installed version
|
||||
|
||||
Datasette will not be accessible from outside the server because it is listening on ``127.0.0.1``. You can expose it by instead listening on ``0.0.0.0``, but a better way is to set up a proxy such as ``nginx``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue