remove orphans in CD
This commit is contained in:
parent
decc8b7d84
commit
ace7217ffd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
var: git_pull_output.stdout_lines
|
||||
|
||||
- name: Restart services
|
||||
command: docker compose up -d
|
||||
command: docker compose up -d --remove-orphans
|
||||
args:
|
||||
chdir: "{{ repo_path }}"
|
||||
register: docker_compose_output
|
||||
|
|
Loading…
Reference in a new issue