Update readme with clarified build commend

This commit is contained in:
Colin Griffin
2022-06-22 16:02:10 -04:00
committed by GitHub
parent a31b9282ff
commit 7ede5e02e0

View File

@@ -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