mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
fix(docker): avoid using host port in gateway command (#5110) (thanks @mise42)
This commit is contained in:
committed by
clawdinator[bot]
parent
63b13c7e2f
commit
bc5b0c82ac
@@ -24,7 +24,7 @@ services:
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||
"--port",
|
||||
"${OPENCLAW_GATEWAY_PORT:-18789}",
|
||||
"18789"
|
||||
]
|
||||
|
||||
openclaw-cli:
|
||||
|
||||
Reference in New Issue
Block a user