From a7832281b3d9264b64e742e6fcfb80fd8bd892bb Mon Sep 17 00:00:00 2001 From: Hg4242 <154367241+Hg4242@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:27:15 +0300 Subject: [PATCH] Revert "update README" --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f1e8405..44f29478 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,7 @@ Gate.io was one of the earliest cryptocurrency exchanges to implement asset veri docker run -d --name zk-kvrocks -p 6666:6666 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) + > 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) ### Install Go environment