From 56a83afe1b6ce4904e2af88b0ae670fe7eccbbe1 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Fri, 7 Mar 2025 12:22:36 +0100 Subject: [PATCH] Simplify docker compose command instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f798b9a..cf074fe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 export RLN_RELAY_EPOCH_SEC=10 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 ) +``` docker compose up -d ``` @@ -33,12 +36,6 @@ in case arp tables are overflowing: sysctl net.ipv4.neigh.default.gc_thresh3=32000 ``` -Compose V2 users should spin up the containers with the following command: - -``` -docker compose up -d -``` - # Infrastructure An instance of this service is deployed at https://simulator.waku.org/.