chore: update docs #1009

This commit is contained in:
Jacky 2025-05-07 11:18:42 +08:00
parent 5fdd85a302
commit c797a1be54
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
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
```shell
echo '[server]\nHttpPort = 9000' > app.ini
echo '[server]\nPort = 9000' > app.ini
```
::: tip

View file

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

View file

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