Skip to content

Commit e12a693

Browse files
committed
doc: update README.md
1 parent 2f494b1 commit e12a693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ docker pull wcjiang/html-tutorial
116116
```
117117

118118
```bash
119-
docker run --name html-tutorial --rm -d -p 9665:80 wcjiang/html-tutorial:latest
119+
docker run --name html-tutorial --rm -d -p 9665:3000 wcjiang/html-tutorial:latest
120120
# Or
121-
docker run --name html-tutorial -itd -p 9665:80 wcjiang/html-tutorial:latest
121+
docker run --name html-tutorial -itd -p 9665:3000 wcjiang/html-tutorial:latest
122122
```
123123

124124
在浏览器中访问以下 URL

0 commit comments

Comments
 (0)