mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-11 13:46:32 +02:00
docs: update docker_compose_version in README
The `docker_compose_version` default value was updated from 1.22.0 to 1.24.1 in #155, but the documentation in README.md was not updated accordingly.
This commit is contained in:
parent
736ad7f351
commit
fb870b392b
@ -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.24.1"
|
||||
docker_compose_path: /usr/local/bin/docker-compose
|
||||
|
||||
Docker Compose installation options.
|
||||
|
Loading…
Reference in New Issue
Block a user