We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9489d commit 7c2a98dCopy full SHA for 7c2a98d
openhands/core/config/sandbox_config.py
@@ -61,7 +61,7 @@ class SandboxConfig(BaseModel):
61
default=False
62
) # once enabled, OpenHands would lint files after editing
63
use_host_network: bool = Field(default=False)
64
- runtime_binding_address: str = Field(default='127.0.0.1')
+ runtime_binding_address: str = Field(default='0.0.0.0')
65
runtime_extra_build_args: list[str] | None = Field(default=None)
66
initialize_plugins: bool = Field(default=True)
67
force_rebuild_runtime: bool = Field(default=False)
0 commit comments