docs(docker): Update links for DNS tuning guide

This commit is contained in:
stratself
2026-04-01 10:02:35 +00:00
committed by Ellis Git
parent feabb732f9
commit 8bebec6687
+4 -3
View File
@@ -113,7 +113,7 @@ ### Choose Your Reverse Proxy
These examples include reverse proxy configurations for Matrix federation, which will route your Matrix domain (and optionally .well-known paths) to Continuwuity.
:::note Docker DNS Performance
Docker's default DNS resolver are known to cause issues for Matrix federation, such as very slow federation or DNS timeout. As a workaround, we will mount a custom `/etc/resolv.conf` config file into the Continuwuity service, in order to bypass Docker and use a more performant resolver.
Docker's default DNS resolver are [known to cause issues](../troubleshooting#dns-issues) for Matrix federation such as very slow federation or DNS timeouts. As a workaround, we will mount a custom `/etc/resolv.conf` config file into the Continuwuity service, in order to bypass Docker and use a more performant resolver.
```yaml title='docker-compose.yml'
services:
@@ -130,7 +130,7 @@ ### Choose Your Reverse Proxy
nameserver 1.1.1.1
```
See [**Troubleshooting - DNS Issues**](../troubleshooting.mdx#potential-dns-issues-when-using-docker) for more details and alternative solutions.
It is strongly recommended to consult the [**DNS tuning guide**](../advanced/dns) for full solutions to this issue.
:::
#### Caddy (using Caddyfile)
@@ -240,4 +240,5 @@ ## (Optional) Building Custom Images
## Next steps
- To set up Audio/Video communication, see the [Calls](../calls.mdx) page.
- For smooth federation, set up a caching resolver according to the [DNS tuning guide](../advanced/dns)
- To set up Audio/Video communication, see the [Calls](../calls.mdx) page.