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

twice pushed a commit to branch twice/remove-version
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit b0239ca053971575847e808e28b07a4eb4b03e16
Author: Twice <[email protected]>
AuthorDate: Mon Aug 12 10:11:58 2024 +0800

    Remove old version in getting started
---
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index cf00ebf..777d21d 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -28,7 +28,7 @@ For persisted data, prefer using a docker volume over a 
bind-mounted volume to a
 docker volume create kvrocks_data
 
 docker run --volume kvrocks_data:/kvrocks_data \
-  --interactive --tty --publish 6666:6666 apache/kvrocks:2.7.0 --bind 0.0.0.0 
--dir /kvrocks_data
+  --interactive --tty --publish 6666:6666 apache/kvrocks --bind 0.0.0.0 --dir 
/kvrocks_data
 
 # note: the default data dir is /var/lib/kvrocks. The above example changes 
the location from default to /kvrocks_data.
 ```

Reply via email to