Update openclaw/docker-compose.yml
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
services:
|
services:
|
||||||
openclaw:
|
openclaw-gateway:
|
||||||
image: ghcr.io/openclaw/openclaw:latest
|
image: ghcr.io/openclaw/openclaw:latest
|
||||||
container_name: openclaw-gateway
|
container_name: openclaw-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "18789:18789"
|
- "18789:18789"
|
||||||
volumes:
|
volumes:
|
||||||
- /app/data/openclaw:/root/.openclaw
|
- /app/data/openclaw/config:/home/node/.openclaw
|
||||||
|
- /app/data/openclaw/workspace:/home/node/.openclaw/workspace
|
||||||
environment:
|
environment:
|
||||||
- OPENCLAW_MODE=lan
|
- OPENCLAW_GATEWAY_BIND=lan
|
||||||
- OPENCLAW_BIND=0.0.0.0
|
- OPENCLAW_GATEWAY_PORT=18789
|
||||||
# We remove the complex network block for now to clear the error
|
- TZ=Europe/Vienna
|
||||||
Reference in New Issue
Block a user