You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/docker.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ After it finishes:
56
56
57
57
- Open `http://127.0.0.1:18789/` in your browser.
58
58
- Paste the token into the Control UI (Settings → token).
59
+
- Need the tokenized URL again? Run `docker compose run --rm openclaw-cli dashboard --no-open`.
59
60
60
61
It writes config/workspace on the host:
61
62
@@ -72,6 +73,27 @@ docker compose run --rm openclaw-cli onboard
72
73
docker compose up -d openclaw-gateway
73
74
```
74
75
76
+
Note: run `docker compose ...` from the repo root. If you enabled
77
+
`OPENCLAW_EXTRA_MOUNTS` or `OPENCLAW_HOME_VOLUME`, the setup script writes
78
+
`docker-compose.extra.yml`; include it when running Compose elsewhere:
If you pick OpenAI Codex OAuth in the wizard, it opens a browser URL and tries
282
+
to capture a callback on `http://127.0.0.1:1455/auth/callback`. In Docker or
283
+
headless setups that callback can show a browser error. Copy the full redirect
284
+
URL you land on and paste it back into the wizard to finish auth.
0 commit comments