Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangsx committed Jun 8, 2023
2 parents 9d5cc5c + 3a92341 commit 53f6eab
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 @@ -60,7 +60,7 @@ POOL_SIZE=3 # forefront concurrency size. You can engage in {POOL_SIZE} conversa
```

```
docker run --env-file .env xiangsx/gpt4free-ts:latest
docker run -p 3000:3000 --env-file .env xiangsx/gpt4free-ts:latest
```

## Deploy with docker-compose
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ POOL_SIZE=3 # 目前仅forefront用到 启用线程数,默认3 即代表同时
### 2. 运行

```
docker run --env-file .env xiangsx/gpt4free-ts:latest
docker run -p 3000:3000 --env-file .env xiangsx/gpt4free-ts:latest
```

## 使用`docker-compose`部署
Expand Down

0 comments on commit 53f6eab

Please sign in to comment.