Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/openclaw/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions apps/openclaw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <key> <value>
# docker compose --profile cli run --rm openclaw-cli devices list
openclaw-cli:
image: $W9_REPO:$W9_VERSION
container_name: ${W9_ID}-cli
Expand Down
2 changes: 1 addition & 1 deletion apps/openclaw/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"2026.3.11-wecom"
"2026.3.13-1"
]
}
],
Expand Down
Loading