mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Documentation for --port=0
This commit is contained in:
parent
85c19c4037
commit
ceef5ce684
2 changed files with 8 additions and 2 deletions
|
|
@ -10,7 +10,8 @@ Options:
|
|||
connections from the local machine will be allowed. Use
|
||||
0.0.0.0 to listen to all IPs and allow access from other
|
||||
machines.
|
||||
-p, --port INTEGER Port for server, defaults to 8001
|
||||
-p, --port INTEGER Port for server, defaults to 8001. Use -p 0 to automatically
|
||||
assign an available port.
|
||||
--debug Enable debug mode - useful for development
|
||||
--reload Automatically reload if database or code change detected -
|
||||
useful for development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue