fix: Small grammar

This commit is contained in:
stratself
2026-08-05 18:00:11 +00:00
committed by Ellis Git
parent 9c9d15d601
commit 3b4665a171
+1 -1
View File
@@ -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.
<details>
<summary>Example Docker deployment with an appservice</summary>