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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user