Changement 'docker compose'
This commit is contained in:
parent
e760a5dbdc
commit
f23db03ca4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
- name: traefik - run
|
- name: traefik - run
|
||||||
tags: traefik
|
tags: traefik
|
||||||
shell: /usr/local/bin/docker-compose up -d
|
shell: docker compose up -d
|
||||||
args:
|
args:
|
||||||
chdir: /opt/traefik/
|
chdir: /opt/traefik/
|
||||||
when: docker_host_traefik_enabled and traefik_compose_file.changed
|
when: docker_host_traefik_enabled and traefik_compose_file.changed
|
||||||
|
|
Loading…
Reference in a new issue