fix(render): correct command - gateway not gateway run
This commit is contained in:
parent
6946cde818
commit
f9d14cbba5
@ -3,7 +3,7 @@ services:
|
||||
name: moltbot
|
||||
runtime: docker
|
||||
plan: starter
|
||||
dockerCommand: node dist/index.js gateway run --port 8080 --bind lan --auth token --allow-unconfigured
|
||||
dockerCommand: node dist/index.js gateway --port 8080 --bind lan --auth token --allow-unconfigured
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: "8080"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user