From 0413afc2a87f70c4e42404561f72b7ec784bcc86 Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 29 Jan 2024 21:17:58 +0100 Subject: [PATCH] website: add note to use compose v2 (#8352) --- website/docs/installation/docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index ac14e341a9..d43c082e81 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -8,7 +8,7 @@ This installation method is for test-setups and small-scale production setups. - A host with at least 2 CPU cores and 2 GB of RAM - Docker -- Docker Compose +- Docker Compose (Compose v2 is recommended, see [here](https://docs.docker.com/compose/migrate/) for instructions on how to upgrade) ## Video