This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch analytic-engine
in repository https://gitbox.apache.org/repos/asf/horaedb.git
The following commit(s) were added to refs/heads/analytic-engine by this push:
new fa640501 chore: change docker image
fa640501 is described below
commit fa64050184ebe4053fc5c0866b75194272ea49b7
Author: jiacai2050 <[email protected]>
AuthorDate: Thu Dec 12 10:15:29 2024 +0800
chore: change docker image
---
README-CN.md | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README-CN.md b/README-CN.md
index 1cf9bba2..8413202b 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -23,7 +23,7 @@ docker run -d --name horaedb-server \
-p 8831:8831 \
-p 3307:3307 \
-p 5440:5440 \
- ghcr.io/apache/horaedb-server:nightly-20231222-f57b3827
+ apache/horaedb-server
```
#### 使用 docker compose 运行集群,包含两个 horaedb 节点和一个 horaemeta 节点
diff --git a/README.md b/README.md
index 423838c1..4f9bba37 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ docker run -d --name horaedb-server \
-p 8831:8831 \
-p 3307:3307 \
-p 5440:5440 \
- ghcr.io/apache/horaedb-server:nightly-20231222-f57b3827
+ apache/horaedb-server
```
#### Run HoraeDB cluster with two horaedb-server node and one horaemeta-server
node.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]