Add OPENCLAW_GATEWAY_BIND=lan environment variable

Fix 502 error by configuring OpenClaw gateway to bind on LAN interface
instead of localhost only, allowing nginx reverse proxy to connect.
This commit is contained in:
2026-02-08 21:29:57 +00:00
parent 7c4393828d
commit c2a25c2185
+1
View File
@@ -10,6 +10,7 @@ services:
- PUID=1000
- PGID=1000
- OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
- OPENCLAW_GATEWAY_BIND=lan
# Reverse proxy configuration
- VIRTUAL_HOST=openclaw.kolpacksoftware.com
- VIRTUAL_PORT=18789