mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
Removed --build flag
This commit is contained in:
parent
c515c2f439
commit
ab66a18b53
@ -51,7 +51,8 @@
|
|||||||
|
|
||||||
- name: docker compose up bigbluebutton
|
- name: docker compose up bigbluebutton
|
||||||
command:
|
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}}"
|
chdir: "{{docker_compose_instance_directory}}"
|
||||||
environment:
|
environment:
|
||||||
COMPOSE_HTTP_TIMEOUT: 600
|
COMPOSE_HTTP_TIMEOUT: 600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user