Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 29, 2022
1 parent 98b7f07 commit aa89825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .idoc/.filesStat.json
Original file line number Diff line number Diff line change
Expand Up @@ -4632,9 +4632,9 @@
"birthtime": "2022-04-24T12:15:36.180Z"
},
"README.md": {
"atime": "2022-05-29T15:54:06.231Z",
"mtime": "2022-05-29T15:54:06.366Z",
"ctime": "2022-05-29T15:54:06.366Z",
"atime": "2022-05-29T15:56:35.014Z",
"mtime": "2022-05-29T15:56:34.955Z",
"ctime": "2022-05-29T15:56:34.955Z",
"birthtime": "2022-04-24T04:53:22.229Z"
}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ Tim Berners-Lee 被称为 HTML 之父。 HTML 的第一个可用描述是 Tim

## Docker

通过 Docker 快速简单的部署文档网站。

```bash
docker pull wcjiang/html-tutorial
```
Expand All @@ -115,7 +117,7 @@ docker run --name html-tutorial --rm -d -p 9666:80 wcjiang/html-tutorial:latest
docker run --name html-tutorial -itd -p 9666:80 wcjiang/html-tutorial:latest
```

Visit the following URL in your browser
在浏览器中访问以下 URL

```bash
http://localhost:9666/
Expand Down

0 comments on commit aa89825

Please sign in to comment.