fix(docker): avoid using host port in gateway command (#5110) (thanks @mise42)

This commit is contained in:
CLAWDINATOR Bot
2026-02-01 17:16:34 +00:00
committed by clawdinator[bot]
parent 63b13c7e2f
commit bc5b0c82ac
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ services:
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"--port",
"${OPENCLAW_GATEWAY_PORT:-18789}",
"18789"
]
openclaw-cli: