Skip to content

Commit 32744a2

Browse files
chore: update docker compose command in README.md (#99)
1 parent 77d37c9 commit 32744a2

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,21 @@ export ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
2121
export RLN_RELAY_EPOCH_SEC=10
2222
export RLN_RELAY_MSG_LIMIT=2
2323
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.
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

0 commit comments

Comments
 (0)