Merge pull request #1010 from 0xJacky/dev

chore: update docs
This commit is contained in:
Jacky 2025-05-07 11:21:54 +08:00 committed by GitHub
commit dfc131d968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -90,7 +90,7 @@ We recommend configuring it as a daemon or using the [installation script](./ins
### Config ### Config
```shell ```shell
echo '[server]\nHttpPort = 9000' > app.ini echo '[server]\nPort = 9000' > app.ini
``` ```
::: tip ::: tip

View file

@ -82,7 +82,7 @@ docker run -dit \
### 配置 ### 配置
```shell ```shell
echo '[server]\nHttpPort = 9000' > app.ini echo '[server]\nPort = 9000' > app.ini
``` ```
::: tip 提示 ::: tip 提示

View file

@ -82,7 +82,7 @@ docker run -dit \
### 設定 ### 設定
```shell ```shell
echo '[server]\nHttpPort = 9000' > app.ini echo '[server]\nPort = 9000' > app.ini
``` ```
::: tip 提示 ::: tip 提示