From bf4bed998721a432320dbf41150639307700b759 Mon Sep 17 00:00:00 2001 From: Abed Kassis Date: Mon, 23 Jul 2018 14:06:08 +1000 Subject: [PATCH] Update README.md Latest docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ebd15..9ae6278 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Whether to restart the Docker daemon after the Docker package is installed or up Variables to control the state of the `docker` service, and whether it should start on boot. If you're installing Docker inside a Docker container without systemd or sysvinit, you should set these to `stopped` and set the enabled variable to `no`. docker_install_compose: True - docker_compose_version: "1.21.2" + docker_compose_version: "1.22.0" docker_compose_path: /usr/local/bin/docker-compose Docker Compose installation options.