ADD: 公告

This commit is contained in:
兰志宏
2025-03-03 18:28:11 +08:00
parent cc86523b6a
commit c967531e95
6 changed files with 40 additions and 14 deletions

View File

@@ -14,9 +14,9 @@
docker run -d \
--name stock-scanner \
-p 8888:8888 \
-e GEMINI_API_KEY=替换为你的key \
-e GEMINI_API_URL=替换为你的api地址 \
-e GEMINI_API_MODEL=替换为你的模型 \
-e API_KEY=替换为你的key \
-e API_URL=替换为你的api地址 \
-e API_MODEL=替换为你的模型 \
lanzhihong/stock-scanner:latest
```
默认8888端口部署完成后访问 http://127.0.0.1:8888 即可使用。