This commit is contained in:
Darren.Zeng 2026-04-13 12:40:15 +00:00 committed by GitHub
commit 7302fa39fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -20,6 +20,8 @@
[中文](README.zh.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Português](README.pt-br.md) | [Tiếng Việt](README.vi.md) | [Français](README.fr.md) | [Italiano](README.it.md) | [Bahasa Indonesia](README.id.md) | [Malay](README.my.md) | **English**
> **Note:** Documentation translations may not always be up to date. Please refer to the English version for the most current information.
</div>
---

View file

@ -12,7 +12,7 @@ services:
#extra_hosts:
# - "host.docker.internal:host-gateway"
volumes:
- ./data:/root/.picoclaw
- ./data:/home/picoclaw/.picoclaw
entrypoint: ["picoclaw", "agent"]
stdin_open: true
tty: true
@ -31,7 +31,7 @@ services:
#extra_hosts:
# - "host.docker.internal:host-gateway"
volumes:
- ./data:/root/.picoclaw
- ./data:/home/picoclaw/.picoclaw
# ─────────────────────────────────────────────
# PicoClaw Launcher (Web Console + Gateway)
@ -52,4 +52,4 @@ services:
- "18800:18800"
- "18790:18790"
volumes:
- ./data:/root/.picoclaw
- ./data:/home/picoclaw/.picoclaw