Tea78 commited on
Commit
0e70eee
·
verified ·
1 Parent(s): 4a36dc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -127,7 +127,7 @@ cat > /root/.openclaw/openclaw.json <<OPENCLAW_CONFIG
127
  },
128
  "gateway": {
129
  "mode": "local",
130
- "bind": "all",
131
  "port": $PORT,
132
  "trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
133
  "auth": {
 
127
  },
128
  "gateway": {
129
  "mode": "local",
130
+ "bind": "lan",
131
  "port": $PORT,
132
  "trustedProxies": ["0.0.0.0/0", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
133
  "auth": {