fix openclaw binding to 0.0.0.0 so port forwarding works in container
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
88acec9159
commit
1f9b202109
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
ports = [ "127.0.0.1:4310:4310" ];
|
ports = [ "127.0.0.1:4310:4310" ];
|
||||||
environment = {
|
environment = {
|
||||||
PORT = "4310";
|
PORT = "4310";
|
||||||
|
UI_BIND_ADDRESS = "0.0.0.0";
|
||||||
OPENCLAW_HOME = "/root/.openclaw";
|
OPENCLAW_HOME = "/root/.openclaw";
|
||||||
};
|
};
|
||||||
command = [
|
command = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue