This commit is contained in:
Darren.Zeng 2026-04-17 22:56:05 +02:00 committed by GitHub
commit dbec569940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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