Skip to content

Commit 7c2a98d

Browse files
authored
Change back the runtime binding address to 0.0.0.0 (#7161)
1 parent dc9489d commit 7c2a98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/core/config/sandbox_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SandboxConfig(BaseModel):
6161
default=False
6262
) # once enabled, OpenHands would lint files after editing
6363
use_host_network: bool = Field(default=False)
64-
runtime_binding_address: str = Field(default='127.0.0.1')
64+
runtime_binding_address: str = Field(default='0.0.0.0')
6565
runtime_extra_build_args: list[str] | None = Field(default=None)
6666
initialize_plugins: bool = Field(default=True)
6767
force_rebuild_runtime: bool = Field(default=False)

0 commit comments

Comments
 (0)