This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 0a301e41 Add the bind argument to the docker quickstart section (#1906)
0a301e41 is described below
commit 0a301e417bf0704f440cb92d518dae74a4680c08
Author: hulk <[email protected]>
AuthorDate: Thu Nov 23 22:54:21 2023 +0800
Add the bind argument to the docker quickstart section (#1906)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bb943778..7bc80f2a 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ $ ./build/kvrocks -c kvrocks.conf
### Running Kvrocks using Docker
```shell
-$ docker run -it -p 6666:6666 apache/kvrocks
+$ docker run -it -p 6666:6666 apache/kvrocks --bind 0.0.0.0
# or get the nightly image:
$ docker run -it -p 6666:6666 apache/kvrocks:nightly
```