diff --git a/documentation/self-host/community-edition/install-and-build.mdx b/documentation/self-host/community-edition/install-and-build.mdx index 5ea8361a..f7944046 100644 --- a/documentation/self-host/community-edition/install-and-build.mdx +++ b/documentation/self-host/community-edition/install-and-build.mdx @@ -240,3 +240,9 @@ Note: If user is using `docker compose` to run the services the following comman ```bash docker compose run --entrypoint sh ``` + +Migrations with Docker Compose can also be handled with a single command. + +```bash +docker compose run --entrypoint "sh -c 'pnpx prisma migrate deploy'" +```