From 0ab357b922753390e4a0a0e4fb683af12071fa3a Mon Sep 17 00:00:00 2001 From: Sync Fork Date: Thu, 18 Jan 2024 00:04:06 +0000 Subject: [PATCH] Merge upstream changes --- docs/guides/run/networking.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/run/networking.mdx b/docs/guides/run/networking.mdx index 482563767d..892e8a860e 100644 --- a/docs/guides/run/networking.mdx +++ b/docs/guides/run/networking.mdx @@ -19,7 +19,7 @@ To connect your service to the Nhost stack, use the following information: To connect to your own service internally from another service, follow these steps: -1. Expose the desired port(s). +1. Configure the desired port(s). Example for Redis service: @@ -40,9 +40,9 @@ publish = false -2. Once the port is exposed, you can connect to the service using its name and the corresponding port. +2. Once the port is configured, you can connect to the service using as host `run-${name}` and the corresponding port. -Example: `redis://user:password@redis:6379` + Example: `redis://user:password@run-redis:6379` If needed, you can open internally more than one port by repeating the block for each one of them: