From 4d184c98deaded3feacd4fd7b3bfd222ee8b3f48 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:59:44 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docker/ssrf_proxy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/ssrf_proxy/README.md b/docker/ssrf_proxy/README.md index 2ab71bbc08..8a356f2d0e 100644 --- a/docker/ssrf_proxy/README.md +++ b/docker/ssrf_proxy/README.md @@ -129,6 +129,7 @@ services: **Important Note about Docker Networking:** When accessing services on your host machine from within Docker containers: + - Do NOT use `127.0.0.1` or `localhost` (these refer to the container itself) - Instead use: - `host.docker.internal:port` (recommended, works on Mac/Windows/Linux with Docker 20.10+) @@ -136,6 +137,7 @@ When accessing services on your host machine from within Docker containers: - On Linux: the Docker bridge gateway (usually `172.17.0.1`) Example: + ```bash # Wrong (won't work from inside container): http://127.0.0.1:1234