CLI example start
Author: bilogicCreated Jul 2, 2026Updated Jul 2, 2026
Running
docker run -d \
--name openclaw \
-p 8080:8080 \
-e ANTHROPIC_API_KEY=sk-ant-... \
-e AUTH_PASSWORD=changeme \
-e OPENCLAW_GATEWAY_TOKEN=my-secret-token \
-e OPENCLAW_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000 \
-v openclaw-data:/data \
coollabsio/openclaw:latest
ends with
[entrypoint] starting nginx on port 8080...
2026/07/02 02:56:28 [emerg] 132#132: host not found in upstream "browser" in /etc/nginx/conf.d/openclaw.conf:67
Source: coollabsio/openclaw