From 9af29c8803419f378087d6e6b25d9ed3bb58debe Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sun, 10 Sep 2023 17:28:03 -0400 Subject: [PATCH] Avoid referencing Docker Compose v1 in quick start --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6499bd7..15fdb4c 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ a way to customize nearly everything. ### What's configured by default? -The latest Docker CE, Docker Compose v1 and Docker Compose v2 will be -installed, Docker disk clean up will happen once a week and Docker container -logs will be sent to `journald`. +The latest stable release of Docker CE and Docker Compose v2 will be installed, +Docker disk clean up will happen once a week and Docker container logs will be +sent to `journald`. ### Example playbook