fix: 清理 .env.docker 残留引用 - docker-compose.yml移除env_file、README更新目录、.gitignore清理

This commit is contained in:
xieke
2026-06-06 07:23:49 +08:00
parent 4ca30bbe15
commit 6fd474b679
4 changed files with 32 additions and 6 deletions
-1
View File
@@ -24,7 +24,6 @@ dify-app/
├── docker/ # Docker 部署配置
│ ├── docker-compose.yml # 服务编排
│ ├── .env.example # 环境变量模板
│ ├── .env.docker # Docker 内部变量
│ └── README.md # Docker 部署说明
│
├── docs/ # 项目文档