2
0

📝 Temporarily fix docker files starter urls

This commit is contained in:
Baptiste Arnaud
2023-08-29 15:55:58 +02:00
parent da4005e160
commit da272f2f9c

View File

@ -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