fix: openclaw gateway lan port in docker compose file
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user