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
+1 -1
View File
@@ -34,7 +34,7 @@ services:
"openclaw",
"gateway",
"--bind",
"${OPENCLAW_GATEWAY_BIND:-0.0.0.0}",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"--port",
"18789"
]