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

twice 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 b551f20  Add the bind argument to the docker quickstart (#174)
b551f20 is described below

commit b551f204dd049c0359359725a9bd201f207a1b96
Author: hulk <[email protected]>
AuthorDate: Mon Nov 27 23:13:49 2023 +0800

    Add the bind argument to the docker quickstart (#174)
---
 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 7dc3f22..bbe34a3 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
 2. Pull the latest image and start a container:
 
 ```shell
-docker run -it -p 6666:6666 apache/kvrocks
+docker run -it -p 6666:6666 apache/kvrocks --bind 0.0.0.0
 ```
 
 Now you can use the `redis-cli` to run the kvrocks server as Redis on port 
`6666`:

Reply via email to