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:
Philip Peterson 2026-06-14 02:45:16 -07:00
parent 88acec9159
commit 1f9b202109

View file

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