Skip to content

Commit e95bd3b

Browse files
committed
Rename docker-setup to DOCKER_INSTALLATION and link to our Docker repo
1 parent 8e4c704 commit e95bd3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ branch are tagged into a release monthly.
5656
MAGIC_LINK_SECRET=<string>
5757
```
5858

59-
6. Start Docker. This starts the required services like Postgres. If this is your first time using Docker, consider going through this [guide](docker-setup.md)
59+
6. Start Docker. This starts the required services like Postgres. If this is your first time using Docker, consider going through this [guide](DOCKER_INSTALLATION.md)
6060
```
6161
pnpm run docker
6262
```

docker-setup.md renamed to DOCKER_INSTALLATION.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
This guide covers installing Docker and Docker Compose. If you're looking for instructions for running Trigger.dev in docker, [see here](https://github.com/triggerdotdev/docker).
2+
13
## Setting up Docker for the first time.
24

3-
In thc contributing guide of Trigger.dev, there's a section that requires you to start Docker.
5+
In the contributing guide of Trigger.dev, there's a section that requires you to start Docker.
46

57
If you don't have Docker installed on your machine, you'll run into some complications (errors).
68

0 commit comments

Comments
 (0)