Skip to content

Commit 5d2f4d7

Browse files
committed
docker README: formatting: turn note to proper quote
Signed-off-by: Marios Andreopoulos <opensource@andmarios.com>
1 parent 852c40f commit 5d2f4d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ URL:
1515

1616
Visit http://localhost:8000 to see the UI.
1717

18-
| **Important**: For the `CONNECT_URL` you have to use an IP address or a domain
19-
that can be resolved to it. **You can't use** `localhost` even if you serve
20-
Connect's REST port at your localhost. The reason for this is that a docker
21-
container has its own network, so your _localhost_ is different from the
22-
container's _localhost_. As an example, if you are in your home network and
23-
have an IP address of `192.168.5.65` and run Connect from your computer,
24-
instead of `http://127.0.1:8083` you must use `http://192.168.5.65:8083`.
18+
> **Important**: For the `CONNECT_URL` you have to use an IP address or a domain
19+
> that can be resolved to it. **You can't use** `localhost` even if you serve
20+
> Connect's REST port from your localhost. The reason for this is that a docker
21+
> container has its own network, so your _localhost_ is different from the
22+
> container's _localhost_. As an example, if you are in your home network and
23+
> have an IP address of `192.168.5.65` and run Connect from your computer,
24+
> instead of `http://127.0.1:8083` you must use `http://192.168.5.65:8083`.
2525
2626
Please note that because Connect does not send CORS headers, we have to proxy
2727
it. What this means for you, is that Connect, while running the container, is

0 commit comments

Comments
 (0)