diff --git a/.openclaw/tasks/runs.sqlite b/.openclaw/tasks/runs.sqlite new file mode 100644 index 0000000..159e90a Binary files /dev/null and b/.openclaw/tasks/runs.sqlite differ diff --git a/.openclaw/tasks/runs.sqlite-shm b/.openclaw/tasks/runs.sqlite-shm new file mode 100644 index 0000000..17eeb59 Binary files /dev/null and b/.openclaw/tasks/runs.sqlite-shm differ diff --git a/.openclaw/tasks/runs.sqlite-wal b/.openclaw/tasks/runs.sqlite-wal new file mode 100644 index 0000000..ab7d869 Binary files /dev/null and b/.openclaw/tasks/runs.sqlite-wal differ diff --git a/docker-compose.yml b/docker-compose.yml index 7d29a78..8ad9e3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: "openclaw", "gateway", "--bind", - "${OPENCLAW_GATEWAY_BIND:-0.0.0.0}", + "${OPENCLAW_GATEWAY_BIND:-lan}", "--port", "18789" ]