From 01edce448687d0ac7742e53182286a646db1a63f Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Sat, 8 Mar 2025 11:26:31 +0100 Subject: [PATCH] add warning in case docker compose v1 --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf074fe..eae71c3 100644 --- a/README.md +++ b/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