Skip to content

Commit

Permalink
📝 Temporarily fix docker files starter urls
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Aug 29, 2023
1 parent da4005e commit da272f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/docs/self-hosting/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You need a server with Docker installed. If your server doesn't come with Docker
On your server, download the latest `docker-compose.yml` and the starter `.env` file:

```sh
wget https://github.com/raw/baptisteArno/typebot.io/latest/docker-compose.yml
wget https://github.com/raw/baptisteArno/typebot.io/latest/.env.example -O .env
wget https://github.com/raw/baptisteArno/typebot.io/main/docker-compose.yml
wget https://github.com/raw/baptisteArno/typebot.io/main/.env.example -O .env
```

### 2. Add the required configuration
Expand Down

2 comments on commit da272f2

@vercel
Copy link

@vercel vercel bot commented on da272f2 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on da272f2 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

Please sign in to comment.