Skip to content

Commit 092c3e6

Browse files
committed
minor changes
1 parent d69e382 commit 092c3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/open-source-self-hosting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: "You can self-host Trigger.dev on your own infrastructure."
1111
<img src="/images/self-hosting.png" alt="Self-hosting architecture" />
1212
</Frame>
1313

14-
The self-hosting guide covers two alternative setups. The first options uses a simple setup where you run everything on one server. With the second option, the webapp and worker components are split on two separate machines.
14+
The self-hosting guide covers two alternative setups. The first option uses a simple setup where you run everything on one server. With the second option, the webapp and worker components are split on two separate machines.
1515

1616
You're going to need at least one Debian (or derivative) machine with Docker and Docker Compose installed. We'll also use Ngrok to expose the webapp to the internet.
1717

@@ -170,7 +170,7 @@ DEPLOY_REGISTRY_NAMESPACE=<your_dockerhub_username>
170170
docker login -u <your_dockerhub_username> docker.io
171171
```
172172

173-
4. Ensure the `docker-provider` container is logged in as well:
173+
4. Required on some systems: Run the login command inside the `docker-provider` container so it can pull deployment images to run your tasks.
174174

175175
```bash
176176
docker exec -ti \

0 commit comments

Comments
 (0)