杨新春

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

文档 https://docs.anythingllm.com/installation-docker/local-docker

docker pull mintplexlabs/anythingllm:latest
export STORAGE_LOCATION=$HOME/anythingllm && \
mkdir -p $STORAGE_LOCATION && \
touch "$STORAGE_LOCATION/.env" && \
docker run -d -p 3001:3001 \
--cap-add SYS_ADMIN \
-v ${STORAGE_LOCATION}:/app/server/storage \
-v ${STORAGE_LOCATION}/.env:/app/server/.env \
-e STORAGE_DIR="/app/server/storage" \
mintplexlabs/anythingllm

直接运行http://192.168.5.63:3001/ 3001即可

要注意安装Chroma数据库

posted on 2025-05-23 17:03  杨新春  阅读(40)  评论(0)    收藏  举报