Added remove orphans

This commit is contained in:
2025-02-11 00:16:54 +01:00
parent 0717d386e0
commit 33aa31e55e
3 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@
- name: docker compose up bigbluebutton
command:
cmd: docker-compose -p bigbluebutton up -d --force-recreate
cmd: "docker-compose -p bigbluebutton up -d --force-recreate{% if mode_cleanup | bool %} --remove-orphans{% endif %}"
# Don't use the --build flag here. This leads to bugs
chdir: "{{docker_compose.directories.instance}}"
environment: