From e9a726a2cdca828bf24e647500bf33567e6630ac Mon Sep 17 00:00:00 2001 From: cbeinhart Date: Mon, 4 May 2026 20:31:25 +0000 Subject: [PATCH] Update openclaw/docker-compose.yml --- openclaw/docker-compose.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/openclaw/docker-compose.yml b/openclaw/docker-compose.yml index c3c6eb7..ab3b655 100644 --- a/openclaw/docker-compose.yml +++ b/openclaw/docker-compose.yml @@ -1,13 +1,14 @@ services: - openclaw: + openclaw-gateway: image: ghcr.io/openclaw/openclaw:latest container_name: openclaw-gateway restart: unless-stopped ports: - "18789:18789" volumes: - - /app/data/openclaw:/root/.openclaw + - /app/data/openclaw/config:/home/node/.openclaw + - /app/data/openclaw/workspace:/home/node/.openclaw/workspace environment: - - OPENCLAW_MODE=lan - - OPENCLAW_BIND=0.0.0.0 - # We remove the complex network block for now to clear the error \ No newline at end of file + - OPENCLAW_GATEWAY_BIND=lan + - OPENCLAW_GATEWAY_PORT=18789 + - TZ=Europe/Vienna \ No newline at end of file