File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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)
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments