We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6cd62 commit 919e007Copy full SHA for 919e007
self-hosted/docker/README.md
@@ -3,8 +3,13 @@
3
You'll need to have [Docker](https://docs.docker.com/desktop/) installed to run
4
convex in Docker.
5
6
+Copy the
7
+[`docker-compose` file](https://github.com/get-convex/convex-backend/tree/main/self-hosted/docker/docker-compose.yml)
8
+to your local machine. You don't need to copy it into your project directory,
9
+but you can. `degit` is a tool for copying files from git repositories.
10
+
11
```sh
-cd self-hosted
12
+npx degit get-convex/convex-backend/self-hosted/docker/docker-compose.yml docker-compose.yml
13
# Pull the latest docker images
14
docker compose pull
15
# Run the containers
0 commit comments