We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd99fad + 038c294 commit 9047980Copy full SHA for 9047980
1 file changed
tasks/main.yml
@@ -50,7 +50,7 @@
50
when: monitoring_promtail_enabled
51
52
- name: Bring up the containers
53
- command: docker-compose up -d # noqa: 304
+ command: docker compose up -d # noqa: 304
54
become: true
55
become_user: "{{ monitoring_user_name }}"
56
args:
0 commit comments