diff --git a/apps/openclaw/.env b/apps/openclaw/.env index fd76ddf7d..c4477650f 100644 --- a/apps/openclaw/.env +++ b/apps/openclaw/.env @@ -33,7 +33,6 @@ W9_BRIDGE_PORT_SET='18790' # ========================================================= W9_ID='openclaw' W9_HTTP_PORT=18789 -W9_BRIDGE_PORT=18790 W9_URL='internet_ip:$W9_HTTP_PORT_SET' W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD W9_NETWORK=websoft9 diff --git a/apps/openclaw/docker-compose.yml b/apps/openclaw/docker-compose.yml index 4240295a7..5af45a076 100644 --- a/apps/openclaw/docker-compose.yml +++ b/apps/openclaw/docker-compose.yml @@ -54,6 +54,11 @@ services: retries: 3 start_period: 30s + # Optional CLI service for channel setup and management commands. + # Not started by default. Usage: + # docker compose --profile cli run --rm openclaw-cli channels login + # docker compose --profile cli run --rm openclaw-cli config set + # docker compose --profile cli run --rm openclaw-cli devices list openclaw-cli: image: $W9_REPO:$W9_VERSION container_name: ${W9_ID}-cli diff --git a/apps/openclaw/variables.json b/apps/openclaw/variables.json index 15889820b..4ce3ce579 100644 --- a/apps/openclaw/variables.json +++ b/apps/openclaw/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "2026.3.11-wecom" + "2026.3.13-1" ] } ],