fix(render): add --trust-proxy flag for Render load balancer
This commit is contained in:
parent
4c54fffa05
commit
22ceef1b57
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user