From f23db03ca43dea62d188076731907fd9effa2a26 Mon Sep 17 00:00:00 2001 From: Olivier Navas Date: Sat, 30 Dec 2023 19:33:25 +0100 Subject: [PATCH] Changement 'docker compose' --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index e7778a8..8422bdb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -101,7 +101,7 @@ - name: traefik - run tags: traefik - shell: /usr/local/bin/docker-compose up -d + shell: docker compose up -d args: chdir: /opt/traefik/ when: docker_host_traefik_enabled and traefik_compose_file.changed