From 97489d5a4411eff40193ad93ad6078f064a75790 Mon Sep 17 00:00:00 2001 From: zcxGGmu <72263081+zcxGGmu@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:27:30 +0800 Subject: [PATCH] docs: note minimum Docker Compose version (#39374) Co-authored-by: zq --- README.md | 2 +- docker/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6c430b6b32..7688ee889bd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Dify is an open-source LLM app development platform. Its intuitive interface com
-The easiest way to start the Dify server is through [Docker Compose](docker/docker-compose.yaml). Before running Dify with the following commands, make sure that [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) are installed on your machine: +The easiest way to start the Dify server is through [Docker Compose](docker/docker-compose.yaml). Before running Dify with the following commands, make sure that [Docker](https://docs.docker.com/get-docker/) and Docker Compose v2.24.0 or later are installed on your machine: ```bash cd dify diff --git a/docker/README.md b/docker/README.md index c3b1011bd68..0dedf718ef8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -16,7 +16,7 @@ Welcome to the new `docker` directory for deploying Dify using Docker Compose. T ### How to Deploy Dify with `docker-compose.yaml` -1. **Prerequisites**: Ensure Docker and Docker Compose are installed on your system. +1. **Prerequisites**: Ensure Docker and Docker Compose v2.24.0 or later are installed on your system. 2. **Environment Setup**: - Navigate to the `docker` directory. - Copy `.env.example` to `.env`.