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

@@ -16,6 +16,7 @@ Docs: https://docs.openclaw.ai
- Docs: update MiniMax OAuth setup commands; Extensions: use OpenClaw plugin SDK for MiniMax OAuth. (#5402) Thanks @Maosghoul.
- Discord: resolve PluralKit proxied senders for allowlists and labels. (#5838) Thanks @thewilloftheshadow.
- Telegram: restore draft streaming partials. (#5543) Thanks @obviyus.
- Docker: use container port for gateway command instead of host port. (#5110) Thanks @mise42.
- fix(lobster): block arbitrary exec via lobsterPath/cwd injection (GHSA-4mhr-g7xj-cg8j). (#5335) Thanks @vignesh07.
## 2026.1.30

View File

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