From d426280432ea86e7732ab647be555b400c65cd5d Mon Sep 17 00:00:00 2001 From: Robin Reinhardt Date: Thu, 18 Jun 2020 20:17:04 +0200 Subject: [PATCH] Add note for new docker_compose_version option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e9e43..9f8a009 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Variables to control the state of the `docker` service, and whether it should st docker_compose_version: "1.26.0" docker_compose_path: /usr/local/bin/docker-compose -Docker Compose installation options. +Docker Compose installation options. You can use `docker_compose_version: "latest"` to get the current latest version. docker_apt_release_channel: stable docker_apt_arch: amd64