📝 Temporarily fix docker files starter urls
This commit is contained in:
@ -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://raw.githubusercontent.com/baptisteArno/typebot.io/latest/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/baptisteArno/typebot.io/latest/.env.example -O .env
|
||||
wget https://raw.githubusercontent.com/baptisteArno/typebot.io/main/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/baptisteArno/typebot.io/main/.env.example -O .env
|
||||
```
|
||||
|
||||
### 2. Add the required configuration
|
||||
|
Reference in New Issue
Block a user