mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Removed --build flag
This commit is contained in:
parent
c515c2f439
commit
ab66a18b53
@ -51,7 +51,8 @@
|
||||
|
||||
- name: docker compose up bigbluebutton
|
||||
command:
|
||||
cmd: docker-compose -p bigbluebutton up -d --force-recreate --build
|
||||
cmd: docker-compose -p bigbluebutton up -d --force-recreate
|
||||
# Don't use the --build flag here. This leads to bugs
|
||||
chdir: "{{docker_compose_instance_directory}}"
|
||||
environment:
|
||||
COMPOSE_HTTP_TIMEOUT: 600
|
||||
|
Loading…
x
Reference in New Issue
Block a user