Skip to content

Commit

Permalink
Merge pull request #487 from AliMehraji/master
Browse files Browse the repository at this point in the history
Add requirements.txt and update docker-compose version
  • Loading branch information
geerlingguy authored Jan 9, 2025
2 parents a9bd86e + 0e347d1 commit ffc1374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Docker Compose Plugin installation options. These differ from the below in that

```yaml
docker_install_compose: false
docker_compose_version: "2.29.2"
docker_compose_version: "v2.32.1"
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
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker_compose_package_state: present

# Docker Compose options.
docker_install_compose: false
docker_compose_version: "v2.29.2"
docker_compose_version: "v2.32.1"
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
Expand Down

0 comments on commit ffc1374

Please sign in to comment.