diff --git a/src/pages/selfhosted/selfhosted-quickstart.mdx b/src/pages/selfhosted/selfhosted-quickstart.mdx index 4e4333d5..914faa4c 100644 --- a/src/pages/selfhosted/selfhosted-quickstart.mdx +++ b/src/pages/selfhosted/selfhosted-quickstart.mdx @@ -85,7 +85,7 @@ The script generates the following files: | File | Description | |------|-------------| -| `docker-compose.yml` | Docker Compose configuration with all services | +| `compose.yml` | Docker Compose configuration with all services | | `config.yaml` | Combined server configuration (management, signal, relay, STUN) | | `dashboard.env` | Environment variables for the dashboard container | | `proxy.env` | Environment variables for the proxy container (only when proxy is enabled) |