Skip to content

docs(server): clarify compose bridge networking and proxy usage#285

Merged
Pangjiping merged 1 commit intoalibaba:mainfrom
liuxiaopai-ai:codex/docs-compose-bridge-network
Mar 2, 2026
Merged

docs(server): clarify compose bridge networking and proxy usage#285
Pangjiping merged 1 commit intoalibaba:mainfrom
liuxiaopai-ai:codex/docs-compose-bridge-network

Conversation

@liuxiaopai-ai
Copy link
Contributor

Summary

  • add a Docker Compose deployment note for opensandbox-server running inside containerized bridge networks
  • document [docker].host_ip usage and why it is required for host-reachable endpoint resolution
  • add use_server_proxy=true API example for clients that cannot directly access sandbox bridge addresses
  • update both English and Chinese server README files

Why

Issue #252 reports unreachable endpoints in containerized bridge deployments. This PR improves deployment guidance so operators can configure reachable endpoints and proxy usage correctly.

Closes #252

Validation

  • documentation-only change
  • examples align with server/docker-compose.example.yaml

@CLAassistant
Copy link

CLAassistant commented Mar 1, 2026

CLA assistant check
All committers have signed the CLA.

@Pangjiping Pangjiping added documentation Improvements or additions to documentation component/server labels Mar 2, 2026
@Pangjiping Pangjiping merged commit 660a499 into alibaba:main Mar 2, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/server documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Sandbox Endpoints Unreachable in Docker Compose Bridge Network

3 participants