mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
add warning in case docker compose v1
This commit is contained in:
parent
56a83afe1b
commit
01edce4486
15
README.md
15
README.md
@ -28,13 +28,18 @@ Run the following command ( tested with Docker Compose version v2.28.1 )
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## warning
|
||||
## Warning
|
||||
|
||||
in case arp tables are overflowing:
|
||||
- In case arp tables are overflowing:
|
||||
|
||||
```
|
||||
sysctl net.ipv4.neigh.default.gc_thresh3=32000
|
||||
```
|
||||
```
|
||||
sysctl net.ipv4.neigh.default.gc_thresh3=32000
|
||||
```
|
||||
|
||||
- In case `docker compose version` shows v1, the following command is needed:
|
||||
```
|
||||
docker-compose --compatibility up -d
|
||||
```
|
||||
|
||||
# Infrastructure
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user