mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed spelling errors spotted by codespell, refs #1417
This commit is contained in:
parent
3d916ea432
commit
e459787a14
9 changed files with 15 additions and 15 deletions
|
|
@ -165,7 +165,7 @@ You can now run the resulting container like so::
|
|||
|
||||
This exposes port 8001 inside the container as port 8081 on your host machine, so you can access the application at ``http://localhost:8081/``
|
||||
|
||||
You can customize the port that is exposed by the countainer using the ``--port`` option::
|
||||
You can customize the port that is exposed by the container using the ``--port`` option::
|
||||
|
||||
datasette package mydatabase.db --port 8080
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue