Merge 2f799bbfa3 into 6126ede963
This commit is contained in:
commit
dbec569940
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ services:
|
||||||
#extra_hosts:
|
#extra_hosts:
|
||||||
# - "host.docker.internal:host-gateway"
|
# - "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root/.picoclaw
|
- ./data:/home/picoclaw/.picoclaw
|
||||||
entrypoint: ["picoclaw", "agent"]
|
entrypoint: ["picoclaw", "agent"]
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
|
@ -31,7 +31,7 @@ services:
|
||||||
#extra_hosts:
|
#extra_hosts:
|
||||||
# - "host.docker.internal:host-gateway"
|
# - "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root/.picoclaw
|
- ./data:/home/picoclaw/.picoclaw
|
||||||
|
|
||||||
# ─────────────────────────────────────────────
|
# ─────────────────────────────────────────────
|
||||||
# PicoClaw Launcher (Web Console + Gateway)
|
# PicoClaw Launcher (Web Console + Gateway)
|
||||||
|
|
@ -52,4 +52,4 @@ services:
|
||||||
- "18800:18800"
|
- "18800:18800"
|
||||||
- "18790:18790"
|
- "18790:18790"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root/.picoclaw
|
- ./data:/home/picoclaw/.picoclaw
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue