fix: sync docker-compose gateway command
This commit is contained in:
parent
247fab47ca
commit
c3a8a5374f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
[
|
[
|
||||||
'node',
|
'node',
|
||||||
'dist/index.js',
|
'dist/index.js',
|
||||||
'gateway',
|
"gateway",
|
||||||
'--bind',
|
'--bind',
|
||||||
'${OPENCLAW_GATEWAY_BIND:-lan}',
|
'${OPENCLAW_GATEWAY_BIND:-lan}',
|
||||||
'--port',
|
'--port',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue