Linux 系统 docker 部署 Dify

  1. git clone https://gitclone.com/github.com/langgenius/dify
  2. cd dify/docker
  3. cp .env.example .env
  4. 修改 nginx 默认端口(重要)
    • vi .env
    • 修改 EXPOSE_NGINX_PORT=8099EXPOSE_NGINX_SSL_PORT=4433,避免冲突
  5. docker-compose up -d:会自动下载缺失依赖项目,但是可能网络不行,导致下载停滞,参考 Milvus 安装 中的 docker 换源配置流程。 docker-compose ps 可以查看运行的镜像。
  6. 浏览器打开 http://localhost:8099 即可打开。
相关推荐
Yana.nice10 小时前
Linux 只保留 30 天内日志(find命令删除日志文件)
linux·运维·chrome
DFT计算杂谈13 小时前
无 Root 权限在 Tesla K80 零门槛部署 DeepSeek 大模型
linux·服务器·网络·数据库·机器学习
GPUStack14 小时前
怎么优雅地在GPUStack上使用minerU?
ai·大模型·llm·gpu·vllm·gpu集群·gpustack
Zhang~Ling14 小时前
从 fopen 到 struct file:从零开始拆解 Linux 文件 I/O
linux·运维·服务器
DeeplyMind14 小时前
Linux 深入 per-VMA lock:Linux 缺页路径如何摆脱 mmap_lock
linux·per-vma lock
爱写代码的森14 小时前
蒙三方库 | harmony-utils之FileUtil文件重命名与属性查询详解
linux·运维·服务器·华为·harmonyos·鸿蒙·huawei
XMAIPC_Robot16 小时前
软硬协同实时控制|RK3588业务调度+FPGA硬件时序,ethercat实现半导体设备微秒级响应(125us)
linux·arm开发·人工智能·fpga开发
重生的黑客16 小时前
Linux 进程优先级、切换与调度:从孤儿进程到 O(1) 调度模型
linux·运维·服务器·进程优先级·nice
风曦Kisaki17 小时前
#企业级docker私有仓库构建:harbor仓库与阿里云镜像仓库
阿里云·docker·容器
骑上单车去旅行17 小时前
MD5校验对比脚本
linux·服务器·windows