We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1778f07 + f5d148f commit 208e230Copy full SHA for 208e230
CHANGELOG.md
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-
+## [v1.2.12] - 2024-10-04
8
+### Fixed
9
+- Change call docker compose (previously docker-compose)
10
+
11
## [v1.2.11] - 2024-04-08
12
### Fixed
13
- Update restic version to latest (v0.16.4)
tasks/main.yml
@@ -127,7 +127,7 @@
127
128
129
- name: Bring up the containers
130
- command: docker-compose up -d # noqa: 304
+ command: docker compose up -d # noqa: 304
131
become: true
132
become_user: "{{ backups_role_user_name }}"
133
args:
0 commit comments