From 2a5aef11dc8d6abd24a99f06298f20fac6e64ff6 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:01:35 +0100 Subject: [PATCH] Update README.md docker compose command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 505ce72..f798b9a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 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. -docker-compose --compatibility up -d +docker compose up -d ``` ## warning @@ -36,7 +36,7 @@ sysctl net.ipv4.neigh.default.gc_thresh3=32000 Compose V2 users should spin up the containers with the following command: ``` -docker-compose --compatibility up -d +docker compose up -d ``` # Infrastructure