File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616Visit 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
2626Please note that because Connect does not send CORS headers, we have to proxy
2727it. What this means for you, is that Connect, while running the container, is
You can’t perform that action at this time.
0 commit comments