Skip to content

Commit

Permalink
Merge pull request #48 from coopdevs/dockercompose
Browse files Browse the repository at this point in the history
change call form docker-compose to docker compose
  • Loading branch information
jordiisidro authored Oct 4, 2024
2 parents 1778f07 + f5d148f commit 208e230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v1.2.12] - 2024-10-04
### Fixed
- Change call docker compose (previously docker-compose)

## [v1.2.11] - 2024-04-08
### Fixed
- Update restic version to latest (v0.16.4)
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@


- name: Bring up the containers
command: docker-compose up -d # noqa: 304
command: docker compose up -d # noqa: 304
become: true
become_user: "{{ backups_role_user_name }}"
args:
Expand Down

0 comments on commit 208e230

Please sign in to comment.