Update openclaw/docker-compose.yml
This commit is contained in:
@@ -4,15 +4,10 @@ services:
|
|||||||
container_name: openclaw-gateway
|
container_name: openclaw-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "18789:18789" # Web UI
|
- "18789:18789"
|
||||||
volumes:
|
volumes:
|
||||||
- /app/data/openclaw:/root/.openclaw # Persistent config/memory
|
- /app/data/openclaw:/root/.openclaw
|
||||||
environment:
|
environment:
|
||||||
- OPENCLAW_MODE=lan
|
- OPENCLAW_MODE=lan
|
||||||
- OPENCLAW_BIND=0.0.0.0
|
- OPENCLAW_BIND=0.0.0.0
|
||||||
networks:
|
# We remove the complex network block for now to clear the error
|
||||||
- vlan30_net
|
|
||||||
|
|
||||||
networks:
|
|
||||||
vlan30_net:
|
|
||||||
external: true # Join your existing services network
|
|
||||||
Reference in New Issue
Block a user