This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6500060 Remove old version in getting started (#242)
6500060 is described below
commit 65000603650aa6a261112054821d6edf5d8a2749
Author: Twice <[email protected]>
AuthorDate: Mon Aug 12 10:20:50 2024 +0800
Remove old version in getting started (#242)
---
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.
```