Skip to content

Commit

Permalink
修改文档和dockercompose镜像地址
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed May 13, 2024
1 parent 9fe23db commit e9e849d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
1. 克隆仓库:

```
git clone https://github.com/AIDotNet/fast-wiki.git
git clone --recursive https://github.com/AIDotNet/fast-wiki.git
```

2. 安装好node.js,最新版本(https://nodejs.p2hp.com/)。
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
image: registry.cn-shenzhen.aliyuncs.com/fast-wiki/chat
restart: always
ports:
- "5000:5000"
- "3210:3210"
environment:
- FAST_API_URL=外网访问地址

Expand Down

0 comments on commit e9e849d

Please sign in to comment.