From 1f9b2021092c50315f8f2bbe94e84c2c59b7cbff Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:45:16 -0700 Subject: [PATCH] fix openclaw binding to 0.0.0.0 so port forwarding works in container Co-Authored-By: Claude Sonnet 4.6 --- nixos/arion-openclaw/arion-compose.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/arion-openclaw/arion-compose.nix b/nixos/arion-openclaw/arion-compose.nix index 014375d..8a21a42 100644 --- a/nixos/arion-openclaw/arion-compose.nix +++ b/nixos/arion-openclaw/arion-compose.nix @@ -18,6 +18,7 @@ ports = [ "127.0.0.1:4310:4310" ]; environment = { PORT = "4310"; + UI_BIND_ADDRESS = "0.0.0.0"; OPENCLAW_HOME = "/root/.openclaw"; }; command = [