Add note on requiring docker-compose v2 to the readme.

This commit is contained in:
Joachim Bauch 2023-01-26 08:26:13 +01:00
parent 7d4ba11207
commit 42b18d5547
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -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