mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-04 06:53:08 +00:00
chore: update docker compose command in README.md (#99)
This commit is contained in:
parent
77d37c96ba
commit
32744a2e9c
18
README.md
18
README.md
@ -21,24 +21,22 @@ 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.
|
||||
|
||||
docker-compose --compatibility up -d
|
||||
```
|
||||
|
||||
## warning
|
||||
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)
|
||||
|
||||
in case arp tables are overflowing:
|
||||
## Warning
|
||||
|
||||
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 --compatibility up -d
|
||||
```
|
||||
|
||||
# Infrastructure
|
||||
|
||||
An instance of this service is deployed at https://simulator.waku.org/.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user