fix(docs): wrong explain of port mapping of docker command #289, #278

close #289, #278
This commit is contained in:
Jacky 2024-02-18 19:12:00 +08:00
parent 371adde8b6
commit c66250532e
5 changed files with 100 additions and 100 deletions

View file

@ -70,7 +70,7 @@ docker run -dit \
uozi/nginx-ui:latest
```
在這個示例中,容器的`8080`埠和`8443`埠分別映射到主機的`80`埠和`443`埠。
在這個示例中,容器的`80`埠和`443`埠分別映射到主機的`8080`埠和`8443`埠。
您需要訪問`http://<your_server_ip>:8080`來訪問 Nginx UI。
## 透過執行檔案執行