Docker安装AnythingLLM

📅 发布时间:2026/7/7 16:43:01 👁️ 浏览次数:
Docker安装AnythingLLM
拉取镜像docker pull mintplexlabs/anythingllm启动容器注意修改自己的挂载目录我这里是D:\\Docker\\anythingLLM\\storagedocker run -d -p 3001:3001 --name AnythingLLM -v D:\\Docker\\anythingLLM\\storage:/app/server/storage -e STORAGE_DIR/app/server/storage mintplexlabs/anythingllm:latest下载ollama去官网下载 Download Ollama on Windows浏览器访问AnythingLLM: http://127.0.0.1:3001/第一次启动需要选择模型然后就是创建用户。登录之后就可以聊天了