Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuweiyou committed Jul 25, 2023
1 parent c8206b4 commit 7e26e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ npm start

> 如果 install 失败请参考这里解决 <https://pptr.dev/troubleshooting>
### Docker 运行
### Docker 一键部署

```bash
docker run -d zhuweiyou/yiyan-api:latest -p 3000:3000
docker run -d --restart=always -p 3000:3000 --name yiyan-api zhuweiyou/yiyan-api:latest
```

### 登录获取 Cookie
Expand Down

0 comments on commit 7e26e26

Please sign in to comment.