fix: add full option declaraction

This commit is contained in:
obvTiger 2025-04-09 10:09:47 +02:00
parent d5baecaaca
commit f08a8e3cc2

View file

@ -37,8 +37,8 @@ node server.js
The server allows the following options:
- `--port`: The port to listen on. Default: 3000
- `--host`: The host to bind the server to. Default: localhost
- `--port`, `-p`: The port to listen on. Default: 3000
- `--host`, `-h`: The host to bind the server to. Default: localhost
### Running with docker