mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Align docker_compose_version in README.md
This commit is contained in:
parent
6e27357ded
commit
78790de1d7
@ -60,7 +60,7 @@ Docker Compose Plugin installation options. These differ from the below in that
|
||||
|
||||
```yaml
|
||||
docker_install_compose: false
|
||||
docker_compose_version: "2.11.1"
|
||||
docker_compose_version: "2.29.2"
|
||||
docker_compose_arch: "{{ ansible_architecture }}"
|
||||
docker_compose_url: "https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-linux-{{ docker_compose_arch }}"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
Loading…
Reference in New Issue
Block a user