fix: openclaw gateway lan port in docker compose file

This commit is contained in:
2026-04-01 16:31:13 +07:00
parent a45b721bab
commit b63c0e6d28
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -34,7 +34,7 @@ services:
"openclaw", "openclaw",
"gateway", "gateway",
"--bind", "--bind",
"${OPENCLAW_GATEWAY_BIND:-0.0.0.0}", "${OPENCLAW_GATEWAY_BIND:-lan}",
"--port", "--port",
"18789" "18789"
] ]