Set up Formbricks quickly using our ready-to-use Docker image.
docker compose
without the hyphen is now the primary method of using docker-compose, according to the Docker documentation.-d
flag runs the containers in the background, so they keep running even after you close the terminal.
CTRL + C
.