We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75c588 commit a7ad22fCopy full SHA for a7ad22f
README.md
@@ -31,10 +31,14 @@
31
## 🚀 **快速启动**
32
33
```bash
34
+# 克隆仓库
35
git clone [email protected]:apconw/gpt-vis-api.git
36
+
37
+# 启动服务
38
docker-compose up -d
39
-手动创建minio chart-images bucket ; 同时创建accessKey和secretKey 修改docker-compose.yml中minio的配置重启即可
40
+1.手动创建minio chart-images bucket
41
+2.创建accessKey和secretKey 修改docker-compose.yml中minio的配置重启即可
42
```
43
> ⚠️ 注意:请先根据实际环境修改 docker-compose.yml 中的 MinIO 配置(如 accessKey、secretKey),然后重启服务。
44
0 commit comments