Skip to content

Commit

Permalink
fix(docs): wrong explain of port mapping of docker command #289, #278
Browse files Browse the repository at this point in the history
close #289, #278
  • Loading branch information
0xJacky committed Feb 18, 2024
1 parent 371adde commit c662505
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"docs:preview": "vitepress preview"
},
"dependencies": {
"vue": "^3.4.15",
"vitepress": "^1.0.0-rc.42"
"vue": "^3.4.19",
"vitepress": "^1.0.0-rc.43"
},
"devDependencies": {
"@types/node": "^20.1.0",
Expand Down
190 changes: 95 additions & 95 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c662505

Please sign in to comment.