From 6ca6e68362a892a08e6fbe8b656d1131eb8b6d15 Mon Sep 17 00:00:00 2001 From: "Jason.K" Date: Tue, 24 Oct 2023 11:53:50 +0800 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0457fc..d9619b87 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ By combining zk-SNARK with Merkle Tree, both the integrity and consistency of th docker run -d --name zk-kvrocks -p 6666:6666 apache/kvrocks ``` - > If the connection fails after installing kvrocks: Solution 1: Try to modify the /var/lib/kvrocks/kvrocks.conf file in the docker, change it to `bind 0.0.0.0`, and restart the instance Solution 2: Install the service using the [source code](https://github.com/apache/kvrocks) + > If the connection fails after installing kvrocks: + 1: Try to modify the /var/lib/kvrocks/kvrocks.conf file in the docker, change it to `bind 0.0.0.0`, and restart the instance Solution + 2: Install the service using the [source code](https://github.com/apache/kvrocks) ### Install Go environment