add warning in case docker compose v1

This commit is contained in:
Ivan Folgueira Bande 2025-03-08 11:26:31 +01:00
parent 56a83afe1b
commit 01edce4486
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -28,13 +28,18 @@ Run the following command ( tested with Docker Compose version v2.28.1 )
docker compose up -d 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 # Infrastructure