From 42b18d55470e68141969b20966ec5704f11fa0c5 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 26 Jan 2023 08:26:13 +0100 Subject: [PATCH] Add note on requiring docker-compose v2 to the readme. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 80d848f..958650a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ docker-compose build docker-compose up -d ``` +Please note that docker-compose v2 is required for building while most +distributions will ship older versions. You can download a recent version from +https://docs.docker.com/compose/install/ + + ## Setup of NATS server There is a detailed description on how to install and run the NATS server