Update Dockerfile
Browse files- 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": "
|
| 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": {
|