13 lines
361 B
YAML
13 lines
361 B
YAML
services:
|
|
openclaw:
|
|
image: ghcr.io/openclaw/openclaw:latest
|
|
container_name: openclaw-gateway
|
|
restart: unless-stopped
|
|
ports:
|
|
- "18789:18789"
|
|
volumes:
|
|
- /app/data/openclaw:/root/.openclaw
|
|
environment:
|
|
- OPENCLAW_MODE=lan
|
|
- OPENCLAW_BIND=0.0.0.0
|
|
# We remove the complex network block for now to clear the error |