This is an automated email from the ASF dual-hosted git repository. shown pushed a commit to branch 1227-yuluo/chore in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 0bbb06363121e574b8b93eb2d5b8732b7a265306 Author: yuluo-yx <[email protected]> AuthorDate: Sat Dec 27 16:12:42 2025 +0800 chore: optimzie docker compose docs hertzbeat version Signed-off-by: yuluo-yx <[email protected]> --- home/docs/start/docker-compose-deploy.md | 8 ++++---- .../current/start/docker-compose-deploy.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home/docs/start/docker-compose-deploy.md b/home/docs/start/docker-compose-deploy.md index d68a1dafe9..4a40c948f8 100644 --- a/home/docs/start/docker-compose-deploy.md +++ b/home/docs/start/docker-compose-deploy.md @@ -1,6 +1,6 @@ --- id: docker-compose-deploy -title: Install HertzBeat via Docker Compose +title: Install HertzBeat via Docker Compose sidebar_label: Install via Docker Compose --- @@ -21,7 +21,7 @@ Run the `docker compose version` command to check if you have a Docker Compose e :::tip - - `apache-hertzbeat-xxx-docker-compose.tar.gz` contains multiple deployment solutions after decompression. Here we recommend choosing the `hertzbeat-postgresql-victoria-metrics` solution. + - `apache-hertzbeat-${version}-docker-compose.tar.gz` contains multiple deployment solutions after decompression. Here we recommend choosing the `hertzbeat-postgresql-victoria-metrics` solution. - Other deployment methods, please read the README.md file of each deployment solution in detail. The MySQL solution requires you to prepare the MySQL driver package yourself. ::: @@ -29,13 +29,13 @@ Run the `docker compose version` command to check if you have a Docker Compose e - Unzip the script package ```shell - tar zxvf apache-hertzbeat-1.6.0-docker-compose.tar.gz + tar zxvf apache-hertzbeat-${version}-docker-compose.tar.gz ``` - Enter the decompression directory and select `HertzBeat + PostgreSQL + VictoriaMetrics` for one-click deployment ```shell - cd apache-hertzbeat-1.6.0-docker-compose + cd apache-hertzbeat-${version}-docker-compose cd hertzbeat-postgresql-victoria-metrics ``` diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md index ae97fe5fc7..196f06702d 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/start/docker-compose-deploy.md @@ -21,7 +21,7 @@ sidebar_label: Docker Compose方式安装 :::tip - - `apache-hertzbeat-xxx-docker-compose.tar.gz` 解压后包含多个部署方案,这里我们推荐选择 `hertzbeat-postgresql-victoria-metrics` 方案。 + - `apache-hertzbeat-${version}-docker-compose.tar.gz` 解压后包含多个部署方案,这里我们推荐选择 `hertzbeat-postgresql-victoria-metrics` 方案。 - 其它部署方式请详细阅读各个部署方案的 README.md 文件, MySQL 方案需要自行准备 MySQL 驱动包。 ::: @@ -29,13 +29,13 @@ sidebar_label: Docker Compose方式安装 - 解压脚本包 ```shell - tar zxvf apache-hertzbeat-1.6.0-docker-compose.tar.gz + tar zxvf apache-hertzbeat-${version}-docker-compose.tar.gz ``` - 进入解压目录, 选择 `HertzBeat + PostgreSQL + VictoriaMetrics` 一键部署 ```shell - cd apache-hertzbeat-1.6.0-docker-compose + cd apache-hertzbeat-${version}-docker-compose cd hertzbeat-postgresql-victoria-metrics ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
