fix(render): add --trust-proxy flag for Render load balancer

This commit is contained in:
Ojus Save 2026-01-26 00:09:58 -08:00
parent 4c54fffa05
commit 22ceef1b57

View File

@ -3,7 +3,7 @@ services:
name: moltbot
runtime: docker
plan: starter
dockerCommand: node dist/index.js gateway --port 8080 --bind lan --auth password --allow-unconfigured
dockerCommand: node dist/index.js gateway --port 8080 --bind lan --auth password --allow-unconfigured --trust-proxy
envVars:
- key: PORT
value: "8080"