From 96928c8fe197800d633dcc9efd115032b3cf5d02 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 6 Mar 2020 09:47:14 -0600 Subject: [PATCH] Bump docker-compose version to latest. --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9179908..b556ba9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can control whether the package is installed, uninstalled, or at the latest 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.22.0" + docker_compose_version: "1.25.4" docker_compose_path: /usr/local/bin/docker-compose Docker Compose installation options. diff --git a/defaults/main.yml b/defaults/main.yml index 5f670c6..c71fbed 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,7 +11,7 @@ docker_restart_handler_state: restarted # Docker Compose options. docker_install_compose: true -docker_compose_version: "1.24.1" +docker_compose_version: "1.25.4" docker_compose_path: /usr/local/bin/docker-compose # Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed.