mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(docs): start url of docker
This commit is contained in:
parent
18ed5deaee
commit
90af155e1b
3 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ docker run -dit \
|
||||||
```
|
```
|
||||||
|
|
||||||
In this example, port `8080` and `8443` of the container are mapped to port `80` and `443` of the host respectively.
|
In this example, port `8080` and `8443` of the container are mapped to port `80` and `443` of the host respectively.
|
||||||
You need to visit `http://<your_server_ip>` to access Nginx UI.
|
You need to visit `http://<your_server_ip>:8080` to access Nginx UI.
|
||||||
|
|
||||||
## Run Executable Directly
|
## Run Executable Directly
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ docker run -dit \
|
||||||
```
|
```
|
||||||
|
|
||||||
在这个示例中,容器的`8080`端口和`8443`端口分别映射到主机的`80`端口和`443`端口。
|
在这个示例中,容器的`8080`端口和`8443`端口分别映射到主机的`80`端口和`443`端口。
|
||||||
您需要访问`http://<your_server_ip>`来访问 Nginx UI。
|
您需要访问`http://<your_server_ip>:8080`来访问 Nginx UI。
|
||||||
|
|
||||||
## 通过执行文件运行
|
## 通过执行文件运行
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ docker run -dit \
|
||||||
```
|
```
|
||||||
|
|
||||||
在這個示例中,容器的`8080`埠和`8443`埠分別映射到主機的`80`埠和`443`埠。
|
在這個示例中,容器的`8080`埠和`8443`埠分別映射到主機的`80`埠和`443`埠。
|
||||||
您需要訪問`http://<your_server_ip>`來訪問 Nginx UI。
|
您需要訪問`http://<your_server_ip>:8080`來訪問 Nginx UI。
|
||||||
|
|
||||||
## 透過執行檔案執行
|
## 透過執行檔案執行
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue