File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ W9_BRIDGE_PORT_SET='18790'
3333# =========================================================
3434W9_ID = ' openclaw'
3535W9_HTTP_PORT = 18789
36- W9_BRIDGE_PORT = 18790
3736W9_URL = ' internet_ip:$W9_HTTP_PORT_SET'
3837W9_LOGIN_PASSWORD = $W9_POWER_PASSWORD
3938W9_NETWORK = websoft9
Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ services:
5454 retries : 3
5555 start_period : 30s
5656
57+ # Optional CLI service for channel setup and management commands.
58+ # Not started by default. Usage:
59+ # docker compose --profile cli run --rm openclaw-cli channels login
60+ # docker compose --profile cli run --rm openclaw-cli config set <key> <value>
61+ # docker compose --profile cli run --rm openclaw-cli devices list
5762 openclaw-cli :
5863 image : $W9_REPO:$W9_VERSION
5964 container_name : ${W9_ID}-cli
You can’t perform that action at this time.
0 commit comments