This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b1687f00 [INLONG-6882][Docker] Update the docker-compose version 
requirement in the readme (#6883)
0b1687f00 is described below

commit 0b1687f002484e6eb83564c71788bd92598ce5b4
Author: Charles Zhang <[email protected]>
AuthorDate: Wed Dec 14 19:38:23 2022 +0800

    [INLONG-6882][Docker] Update the docker-compose version requirement in the 
readme (#6883)
---
 docker/docker-compose/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/docker-compose/README.md b/docker/docker-compose/README.md
index f581a51fd..d68ab39f5 100644
--- a/docker/docker-compose/README.md
+++ b/docker/docker-compose/README.md
@@ -5,7 +5,7 @@ Deploy all InLong module by Docker Compose, it's only available 
for development.
 Requirements:
 
 - [Docker](https://docs.docker.com/engine/install/) 19.03.1+
-- Docker Compose 1.29.2+
+- [Docker Compose 2.4+](https://docs.docker.com/compose/install/other/)
 
 ### Deploy
 

Reply via email to