Update docker compose usage
This commit is contained in:
parent
bd22ed218d
commit
b66ebe24fa
4 changed files with 22 additions and 3 deletions
|
|
@ -66,11 +66,13 @@
|
|||
community.docker.docker_compose_v2:
|
||||
project_src: '{{ syncthing_app_dir }}'
|
||||
pull: missing
|
||||
state: stopped
|
||||
|
||||
- name: Remove dangling containers
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: '{{ syncthing_app_dir }}'
|
||||
remove_orphans: true
|
||||
state: stopped
|
||||
|
||||
- name: Start container
|
||||
community.docker.docker_compose_v2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue