From 3b4665a1710fae7f2dff99d7235fb153db8a33ac Mon Sep 17 00:00:00 2001 From: stratself Date: Wed, 5 Aug 2026 17:34:11 +0000 Subject: [PATCH] fix: Small grammar --- docs/guides/dns.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns.mdx b/docs/guides/dns.mdx index 4a5ae45be..cfe8995fc 100644 --- a/docs/guides/dns.mdx +++ b/docs/guides/dns.mdx @@ -59,7 +59,7 @@ # and configure it with a custom subnet :::warning Breaking resolution with container hostnames -After you mount a custom `/etc/resolv.conf`, you won't be able to connect to other container using their hostnames, such as for [appservices](../appservices.mdx) in the same Docker network. To work around this, force your appservice to use a static IP address, and refer to its static IP during registration. +After you mount a custom `/etc/resolv.conf`, you won't be able to connect to other containers using their hostnames, such as for [appservices](../appservices.mdx) in the same Docker network. To work around this, force your appservice to use a static IP address, and refer to its static IP during registration.
Example Docker deployment with an appservice