We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244eb0b + 676bd6d commit b3e20c7Copy full SHA for b3e20c7
docker-compose.yml
@@ -10,6 +10,9 @@ services:
10
container_name: picoclaw-agent
11
profiles:
12
- agent
13
+ # Uncomment to access host network; leave commented unless needed.
14
+ #extra_hosts:
15
+ # - "host.docker.internal:host-gateway"
16
volumes:
17
- ./config/config.json:/home/picoclaw/.picoclaw/config.json:ro
18
- picoclaw-workspace:/home/picoclaw/.picoclaw/workspace
@@ -29,6 +32,9 @@ services:
29
32
restart: unless-stopped
30
33
31
34
- gateway
35
36
37
38
39
# Configuration file
40
0 commit comments