Skip to content

Commit 919e007

Browse files
emmaling27Convex, Inc.
authored andcommitted
Update docker docs (#34204)
GitOrigin-RevId: 35c108565843d6e13c1263699d37103cc86060cc
1 parent fb6cd62 commit 919e007

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

self-hosted/docker/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
You'll need to have [Docker](https://docs.docker.com/desktop/) installed to run
44
convex in Docker.
55

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+
611
```sh
7-
cd self-hosted
12+
npx degit get-convex/convex-backend/self-hosted/docker/docker-compose.yml docker-compose.yml
813
# Pull the latest docker images
914
docker compose pull
1015
# Run the containers

0 commit comments

Comments
 (0)