From c6bb5bf304b0e69b8f8f3851e1b94e318bf61467 Mon Sep 17 00:00:00 2001 From: cbeinhart Date: Wed, 29 Apr 2026 16:40:51 +0000 Subject: [PATCH] Update openclaw/docker-compose.yml --- openclaw/docker-compose.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/openclaw/docker-compose.yml b/openclaw/docker-compose.yml index 30c5cfb..c3c6eb7 100644 --- a/openclaw/docker-compose.yml +++ b/openclaw/docker-compose.yml @@ -4,15 +4,10 @@ services: container_name: openclaw-gateway restart: unless-stopped ports: - - "18789:18789" # Web UI + - "18789:18789" volumes: - - /app/data/openclaw:/root/.openclaw # Persistent config/memory + - /app/data/openclaw:/root/.openclaw environment: - OPENCLAW_MODE=lan - OPENCLAW_BIND=0.0.0.0 - networks: - - vlan30_net - -networks: - vlan30_net: - external: true # Join your existing services network \ No newline at end of file + # We remove the complex network block for now to clear the error \ No newline at end of file