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
|
name: moltbot
|
||||||
runtime: docker
|
runtime: docker
|
||||||
plan: starter
|
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:
|
envVars:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user