Skip to content

Commit 9047980

Browse files
authored
Merge pull request #29 from coopdevs/fix/docker-compose-new-syntax
Remove dash from docker compose
2 parents fd99fad + 038c294 commit 9047980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
when: monitoring_promtail_enabled
5151

5252
- name: Bring up the containers
53-
command: docker-compose up -d # noqa: 304
53+
command: docker compose up -d # noqa: 304
5454
become: true
5555
become_user: "{{ monitoring_user_name }}"
5656
args:

0 commit comments

Comments
 (0)