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 2c3c210 commit ee0b315Copy full SHA for ee0b315
docs/self-hosting/docker.mdx
@@ -105,6 +105,10 @@ docker compose logs -f webapp
105
npx trigger.dev@v4-beta init -p <project-ref> -a http://localhost:8030
106
```
107
108
+<Warning>
109
+The commands displayed in the webapp are incorrect while v4 is in beta. You should always use the `v4-beta` tag and not `latest`.
110
+</Warning>
111
+
112
{/* 7. Bonus: Add traefik as a reverse proxy
113
114
```bash
0 commit comments