diff --git a/docs/Commands.md b/docs/Commands.md index 2a68df9..b08880e 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -1,7 +1,7 @@ # qbit_manage Run Commands | **Shell Command** | **Docker Environment Variable** | **Config Command** | **Description** | **Default Value** | -|:---------------------------------------:|:-------------------------------:|:---------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------:| +|:----------------------------------------------------------------------------------:|:-------------------------------:|:---------------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------:| | `-ws` or `--web-server` | QBT_WEB_SERVER | N/A | Start the webUI server to handle command requests via HTTP API. | False | | `-H` or `--host` | QBT_HOST | N/A | Hostname for the web server (default: 0.0.0.0). | 0.0.0.0 | | `-p` or `--port` | QBT_PORT | N/A | Port number for the web server (default: 8080). | 8080 |