Skip to content

Commit ace7217

Browse files
committedOct 12, 2024
remove orphans in CD
1 parent decc8b7 commit ace7217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ansible/playbooks/deploy-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var: git_pull_output.stdout_lines
1616

1717
- name: Restart services
18-
command: docker compose up -d
18+
command: docker compose up -d --remove-orphans
1919
args:
2020
chdir: "{{ repo_path }}"
2121
register: docker_compose_output

0 commit comments

Comments
 (0)
Please sign in to comment.