Skip to content

Commit 208e230

Browse files
authored
Merge pull request #48 from coopdevs/dockercompose
change call form docker-compose to docker compose
2 parents 1778f07 + f5d148f commit 208e230

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
7+
## [v1.2.12] - 2024-10-04
8+
### Fixed
9+
- Change call docker compose (previously docker-compose)
10+
811
## [v1.2.11] - 2024-04-08
912
### Fixed
1013
- Update restic version to latest (v0.16.4)

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128

129129
- name: Bring up the containers
130-
command: docker-compose up -d # noqa: 304
130+
command: docker compose up -d # noqa: 304
131131
become: true
132132
become_user: "{{ backups_role_user_name }}"
133133
args:

0 commit comments

Comments
 (0)