使用docker-compose安装的是v1.52.9版本 #6384
Unanswered
JEFF-dev-ui
asked this question in
Self Hosting | 私有化部署
Replies: 1 comment
-
docker compose pull |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
是最新版本还没推送吗,下面是我的docker compose文件
version: '3.8'
services:
lobe-chat:
image: lobehub/lobe-chat
container_name: lobe-chat
restart: always
ports:
- '3210:3210'
environment:
OPENAI_API_KEY:
OPENAI_PROXY_URL:
OPENAI_MODEL_LIST:
DEEPSEEK_PROXY_URL:
DEEPSEEK_API_KEY:
DEEPSEEK_MODEL_LIST:
SILICONCLOUD_API_KEY:
SILICONCLOUD_MODEL_LIST:
ENABLED_OLLAMA: 0
ACCESS_CODE:
Beta Was this translation helpful? Give feedback.
All reactions