calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Error when installing on Docker #273

Closed iamtutumo closed 5 months ago

iamtutumo commented 1 year ago

I have been trying to install it on docker using the steps https://cal.com/docs/introduction/quick-start/self-hosting/docker but I'm getting this error, could someone guide me on what to do with this error I have highlighted it in yellow

https://ibb.co/G0HX66j

krumware commented 1 year ago

The newer versions of Docker Compose still (for some reason) do not have complete support for buildkit. You'll need to add DOCKER_BUILDKIT=0 at the start of your command to opt back to the legacy builder, if using docker compose to help with the build. The instructions here are more in-depth: https://github.com/calcom/docker#advanced-users-build-and-run-calcom