From d66fc86287ced5b0a41a50ac2c97223fb264fcc7 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sun, 8 Feb 2026 21:42:57 +0000 Subject: [PATCH] Add explicit --bind lan flag to OpenClaw gateway command CLI flag takes precedence over env vars and config, ensuring the gateway binds to LAN interface for nginx reverse proxy access. --- openclaw/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/openclaw/docker-compose.yml b/openclaw/docker-compose.yml index e41ad8a..0d93087 100644 --- a/openclaw/docker-compose.yml +++ b/openclaw/docker-compose.yml @@ -3,6 +3,7 @@ services: container_name: openclaw image: ghcr.io/openclaw/openclaw:main restart: unless-stopped + command: ["node", "openclaw.mjs", "gateway", "--allow-unconfigured", "--bind", "lan"] environment: - HOME=/home/node - TERM=xterm-256color