[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-09-01 06:59:44 +00:00 committed by GitHub
parent 5ea168f03b
commit 4d184c98de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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