docker
docker copied to clipboard
Error when installing on Docker
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
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