heiyuheiyu commited on
Commit
5d5074c
·
verified ·
1 Parent(s): 0b9d638

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +10 -0
Dockerfile CHANGED
@@ -525,7 +525,17 @@ cat > /root/.openclaw/openclaw.json <<EOT
525
  ${PROVIDERS_JSON}
526
  },
527
  "gateway": {
 
 
 
 
 
 
 
 
 
528
  "auth": {
 
529
  "token": "${OPENCLAW_PASSWORD}"
530
  },
531
  "controlUi": {
 
525
  ${PROVIDERS_JSON}
526
  },
527
  "gateway": {
528
+ "mode": "local",
529
+ "bind": "lan",
530
+ "port": ${GATEWAY_PORT},
531
+ "trustedProxies": [
532
+ "0.0.0.0/0",
533
+ "10.0.0.0/8",
534
+ "172.16.0.0/12",
535
+ "192.168.0.0/16"
536
+ ],
537
  "auth": {
538
+ "mode": "token",
539
  "token": "${OPENCLAW_PASSWORD}"
540
  },
541
  "controlUi": {