Skip to content

Commit

Permalink
doc: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Byaidu committed Nov 25, 2024
1 parent 68f7026 commit fcbda03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ See [documentation for GUI](./docs/README_GUI.md) for more details.

```bash
docker pull byaidu/pdf2zh
docker run -p 7860:7860 byaidu/pdf2zh
docker run -d -p 7860:7860 byaidu/pdf2zh
```

2. Open in browser:
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

```bash
docker pull byaidu/pdf2zh
docker run -p 7860:7860 byaidu/pdf2zh
docker run -d -p 7860:7860 byaidu/pdf2zh
```

2. 通过浏览器打开:
Expand Down

0 comments on commit fcbda03

Please sign in to comment.