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
@@ -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
|
||||
|
||||
@@ -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