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:
@@ -10,6 +10,7 @@ services:
|
|||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
|
- OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
|
||||||
|
- OPENCLAW_GATEWAY_BIND=lan
|
||||||
# Reverse proxy configuration
|
# Reverse proxy configuration
|
||||||
- VIRTUAL_HOST=openclaw.kolpacksoftware.com
|
- VIRTUAL_HOST=openclaw.kolpacksoftware.com
|
||||||
- VIRTUAL_PORT=18789
|
- VIRTUAL_PORT=18789
|
||||||
|
|||||||
Reference in New Issue
Block a user