From 7ede5e02e0a9f8f12570873be6c574bef1dc5515 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Wed, 22 Jun 2022 16:02:10 -0400 Subject: [PATCH] Update readme with clarified build commend --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd4e7f6..d776f15 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ Note: `docker compose` without the hyphen is now the primary method of using doc docker compose up -d database ``` -6. Build Cal.com via docker compose +6. Build Cal.com via docker compose (DOCKER_BUILDKIT=0 must be provided to allow a network bridge to be used at build time. This requirement will be removed in the future) ```bash - docker compose build calcom + DOCKER_BUILDKIT=0 docker compose build calcom ``` 7. Start Cal.com via docker compose