Skip to content

Commit

Permalink
docs: 📝 完善部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
adams549659584 committed May 3, 2023
1 parent b807e7b commit 9c68628
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@

### 部署

> 需 https 域名
> 需 https 域名 (自行配置 nginx 等)
- docker 部署 , 参考 [Dockerfile](./docker/Dockerfile)[docker-compose.yml](./docker/docker-compose.yml)
> 支持 Linux (amd64 / arm64)
- docker 部署 , 参考 [Dockerfile](./docker/Dockerfile)[docker-compose.yml](./docker/docker-compose.yml)

示例

```bash
# 运行容器 监听8080 端口
docker run -d -p 8080:8080 --name go-proxy-bingai --restart=unless-stopped adams549659584/go-proxy-bingai
```

- 直接下载 Release 运行

[Github Releases](https://github.com/adams549659584/go-proxy-bingai/releases) 下载适用于对应平台的压缩包,解压后可得到可执行文件 go-proxy-bingai,直接运行即可。

0 comments on commit 9c68628

Please sign in to comment.