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

@ -78,7 +78,7 @@ docker run -dit \
uozi/nginx-ui:latest
```
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 `80` and `443` of the container are mapped to port `8080` and `8443` of the host respectively.
You need to visit `http://<your_server_ip>:8080` to access Nginx UI.
## Run Executable Directly