docker icon indicating copy to clipboard operation
docker copied to clipboard

Error when installing on Docker

Open iamtutumo opened this issue 2 years ago • 1 comments

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

iamtutumo avatar Jul 17 '23 13:07 iamtutumo

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

krumware avatar Jul 17 '23 14:07 krumware