From 89ff51d7f224fefea9cb0b3e36a5778d9a5b6f50 Mon Sep 17 00:00:00 2001 From: Actionbot Date: Sat, 30 Aug 2025 17:39:11 +0000 Subject: [PATCH] chore(docs): Sync wiki to docs [skip-cd] --- docs/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Commands.md b/docs/Commands.md index ca10330..2a68df9 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -3,7 +3,7 @@ | **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). | 8080 | +| `-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 | | `-b` or `--base-url` | QBT_BASE_URL | N/A | Base URL path for the web UI (e.g., '/qbit-manage'). Default is empty (root). | "" | | `-r` or`--run` | QBT_RUN | N/A | Run without the scheduler. Script will exit after completion. | False |