文档 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数据库

浙公网安备 33010602011771号