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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -131,7 +131,7 @@ cat > /root/.openclaw/openclaw.json <<OPENCLAW_CONFIG
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": {
134
- "mode": "token",
135
  "token": "$GATEWAY_TOKEN"
136
  },
137
  "remote": {
 
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": {
134
+ "mode": "insecure",
135
  "token": "$GATEWAY_TOKEN"
136
  },
137
  "remote": {