From 1f26484b61fe7df3358bacfde7ede0489d777364 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Sat, 12 Mar 2022 17:25:20 +0100 Subject: [PATCH] doc: Mention support for Compose V2 Closes #684 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c534f4..369d559 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p ### Host setup -* [Docker Engine](https://docs.docker.com/install/) version **18.06.0** or newer -* [Docker Compose](https://docs.docker.com/compose/install/) version **1.26.0** or newer +* [Docker Engine][docker-install] version **18.06.0** or newer +* [Docker Compose][compose-install] version **1.26.0** or newer (including [Compose V2][compose-v2]) * 1.5 GB of RAM *:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to @@ -409,7 +409,10 @@ See the following Wiki pages: [elastdocker]: https://github.com/sherifabdlnaby/elastdocker -[linux-postinstall]: https://docs.docker.com/install/linux/linux-postinstall/ +[docker-install]: https://docs.docker.com/get-docker/ +[compose-install]: https://docs.docker.com/compose/install/ +[compose-v2]: https://docs.docker.com/compose/cli-command/ +[linux-postinstall]: https://docs.docker.com/engine/install/linux-postinstall/ [booststap-checks]: https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html [es-sys-config]: https://www.elastic.co/guide/en/elasticsearch/reference/current/system-config.html