docs: add video for vonage config

This commit is contained in:
Sabiha Khan 2025-11-05 11:44:38 +05:30
parent 5c1fe2c6af
commit 4fe41f104d
7 changed files with 59 additions and 40 deletions

View file

@ -42,7 +42,7 @@ The only command you need to run:
> We collect anonymous usage data to improve the product. You can opt out by setting the `ENABLE_TELEMETRY` to `false` in the below command.
```bash
curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml && REGISTRY=ghcr.io/dograh-hq ENABLE_TELEMETRY=true docker compose up
curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml && REGISTRY=ghcr.io/dograh-hq ENABLE_TELEMETRY=true docker compose up --pull always
```
> **Note**