fix: add full option declaraction
This commit is contained in:
parent
d5baecaaca
commit
f08a8e3cc2
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ node server.js
|
||||||
|
|
||||||
The server allows the following options:
|
The server allows the following options:
|
||||||
|
|
||||||
- `--port`: The port to listen on. Default: 3000
|
- `--port`, `-p`: The port to listen on. Default: 3000
|
||||||
- `--host`: The host to bind the server to. Default: localhost
|
- `--host`, `-h`: The host to bind the server to. Default: localhost
|
||||||
|
|
||||||
### Running with docker
|
### Running with docker
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue