Solved openproject mount bug

This commit is contained in:
2025-04-21 22:16:50 +02:00
parent a6e7303f26
commit 4590331a2b
4 changed files with 17 additions and 7 deletions

View File

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