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-website.git
The following commit(s) were added to refs/heads/master by this push:
new c1807e34af [INLONG-633][Doc] Support running docker-compose on Arm
Chip (#634)
c1807e34af is described below
commit c1807e34af13c04ae53fbce4ba55f4227a4d8b5b
Author: averyzhang <[email protected]>
AuthorDate: Mon Dec 5 12:46:18 2022 +0800
[INLONG-633][Doc] Support running docker-compose on Arm Chip (#634)
Co-authored-by: Charles Zhang <[email protected]>
---
docs/deployment/docker.md | 2 +-
i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index 60292608fe..25ffaf2141 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -11,7 +11,7 @@ Docker Compose deploys all components for Standard
Architecture, and choose [Apa
## Environment 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/#on-linux)
## Download
You can get `apache-inlong-[version]-bin.tar.gz` from [Download
Page](https://inlong.apache.org/download) ,or you can build the InLong refer to
[How to Build](quick_start/how_to_build.md).
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index 747dba8c4a..309de929c2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -11,7 +11,7 @@ Docker Compose 部署了`标准架构`所需要的所有组件,使用 [Apache
## 环境要求
- [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/#on-linux)
## 下载
你可以从 [下载页面](https://inlong.apache.org/zh-CN/download/) 获取
`apache-inlong-[version]-bin.tar.gz`,或者参考 [How to
Build](quick_start/how_to_build.md) 编译。