Skip to content

Commit 69bbca2

Browse files
committed
feat: update openclaw env and compose config
1 parent 404c23b commit 69bbca2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

apps/openclaw/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ W9_BRIDGE_PORT_SET='18790'
3333
# =========================================================
3434
W9_ID='openclaw'
3535
W9_HTTP_PORT=18789
36-
W9_BRIDGE_PORT=18790
3736
W9_URL='internet_ip:$W9_HTTP_PORT_SET'
3837
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
3938
W9_NETWORK=websoft9

apps/openclaw/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)