windows部署本地版dify笔记
开启windows下的linux子系统(WSL)安装 WSL2管理员启动cmdwsl --install下载Docker Desktop 安装https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_sourcedockerutm_mediumwebreferralutm_campaigndd-smartbuttonutm_locationmodule安装配置参数docker{ builder: { gc: { defaultKeepStorage: 20GB, enabled: true } }, experimental: false, registry-mirrors: [ https://docker.m.daocloud.io, https://hub-mirror.c.163.com, https://mirror.baidubce.com, https://docker.1ms.run ] }创建目录 D:\ai手动下载https://github.com/langgenius/dify或者进入目录后运行git clone https://gitcode.com/GitHub_Trending/di/dify.git进入\dify\docker目录后运行docker compose up -d运行http://localhost/apps设置密码进入控制台