File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,21 @@ export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
2121export RLN_RELAY_EPOCH_SEC=10
2222export RLN_RELAY_MSG_LIMIT=2
2323export 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.
24-
25- docker-compose --compatibility up -d
2624```
2725
28- ## warning
29-
30- in case arp tables are overflowing:
31-
26+ Run the following command
3227```
33- sysctl net.ipv4.neigh.default.gc_thresh3=32000
28+ docker compose up -d
3429```
30+ (tested with Docker Compose version v2.28.1. Notice that we don't support docker compose v1)
3531
36- Compose V2 users should spin up the containers with the following command:
32+ ## Warning
3733
38- ```
39- docker-compose --compatibility up -d
40- ```
34+ In case arp tables are overflowing:
35+
36+ ```
37+ sysctl net.ipv4.neigh.default.gc_thresh3=32000
38+ ```
4139
4240# Infrastructure
4341
You can’t perform that action at this time.
0 commit comments