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。
## 通过执行文件运行