From e179e9cfa4ebf3f37e5f9b9db54f55f2da7a9076 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 10 Mar 2025 10:40:21 +0100 Subject: [PATCH] update README as per Tanya's comment --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eae71c3..ffe5d25 100644 --- a/README.md +++ b/README.md @@ -23,24 +23,20 @@ export RLN_RELAY_MSG_LIMIT=2 export MAX_MESSAGE_LIMIT=100 # Contract's message limit. Needs to be higher or equal than RLN_RELAY_MSG_LIMIT, otherwise nodes won't start correctly. ``` -Run the following command ( tested with Docker Compose version v2.28.1 ) +Run the following command ``` docker compose up -d ``` +(tested with Docker Compose version v2.28.1. Notice that we don't support docker compose v1) ## Warning -- In case arp tables are overflowing: +In case arp tables are overflowing: ``` sysctl net.ipv4.neigh.default.gc_thresh3=32000 ``` -- In case `docker compose version` shows v1, the following command is needed: - ``` - docker-compose --compatibility up -d - ``` - # Infrastructure An instance of this service is deployed at https://simulator.waku.org/.