Skip to content

Commit 3fc39e6

Browse files
authored
add docs on binding to custom ip address & port (#1294)
1 parent fb479c1 commit 3fc39e6

File tree

1 file changed

+5
-1
lines changed
  • content/en/user-guide/web-application/instance-management

1 file changed

+5
-1
lines changed

Diff for: content/en/user-guide/web-application/instance-management/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ To connect the Web Application with your running LocalStack instance, you need t
3737

3838
To address this, consider setting up a local TCP proxy server that listens on `127.0.0.1:4566` and forwards all requests to the endpoint where your LocalStack instance runs. In the Web user interface, you can keep the default setting, `https://localhost.localstack.cloud:4566`. Tools like [simpleproxy](https://manpages.ubuntu.com/manpages/trusty/man1/simpleproxy.1.html) or [proxy.py](https://github.com/abhinavsingh/proxy.py) can help set this up.
3939

40-
Alternatively, you can direct `localhost.localstack.cloud` to your target machine's IP address by modifying the `/etc/hosts` file, which is useful if you’re using the LocalStack Web UI on a macOS or Linux-based machine.
40+
Alternatively, you can direct `localhost.localstack.cloud` to your target machine's IP address by modifying the `/etc/hosts` file, which is useful if you’re using the LocalStack Web UI on a macOS or Linux-based machine.
41+
42+
{{< callout >}}
43+
To bind to a custom IP address and port, configure the ['GATEWAY_LISTEN' configuration variable](https://docs.localstack.cloud/references/configuration/#core). For troubleshooting, refer to the [network troubleshooting guide](https://docs.localstack.cloud/references/network-troubleshooting/).
44+
{{< /callout >}}

0 commit comments

Comments
 (0)