mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
commit
dfc131d968
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -82,7 +82,7 @@ docker run -dit \
|
||||||
### 配置
|
### 配置
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo '[server]\nHttpPort = 9000' > app.ini
|
echo '[server]\nPort = 9000' > app.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
::: tip 提示
|
::: tip 提示
|
||||||
|
|
|
@ -82,7 +82,7 @@ docker run -dit \
|
||||||
### 設定
|
### 設定
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
echo '[server]\nHttpPort = 9000' > app.ini
|
echo '[server]\nPort = 9000' > app.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
::: tip 提示
|
::: tip 提示
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue