From 151d02be99328f181effe0c8daff954a172467ba Mon Sep 17 00:00:00 2001 From: nntrivi2001 Date: Wed, 1 Apr 2026 16:32:58 +0700 Subject: [PATCH] fix: openclaw gateway lan port in docker compose file --- .gitignore | 5 ++++- .openclaw/tasks/.gitkeep | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .openclaw/tasks/.gitkeep diff --git a/.gitignore b/.gitignore index 991dc5a..f3d6c07 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ .openclaw/workspace/memory/* !.openclaw/workspace/memory/.gitkeep +.openclaw/tasks/* +!.openclaw/tasks/.gitkeep + .openclaw/workspace/logs/* !.openclaw/workspace/logs/.gitkeep @@ -62,4 +65,4 @@ # ========================================== .env -.idea \ No newline at end of file +.idea diff --git a/.openclaw/tasks/.gitkeep b/.openclaw/tasks/.gitkeep new file mode 100644 index 0000000..e69de29