fix(docker): use authenticated gateway health command (#118996)

* fix(docker): use authenticated gateway health command

* test(docker): prove documented compose health command
This commit is contained in:
Vincent Koc
2026-08-04 07:10:36 +08:00
committed by GitHub
parent a78f2c40bf
commit 15b23cfc2d
5 changed files with 62 additions and 5 deletions
+1 -1
View File
@@ -985,4 +985,4 @@ echo "Token: stored in Docker environment/config (not printed)."
echo ""
echo "Commands:"
echo " ${COMPOSE_HINT} logs -f openclaw-gateway"
echo " ${COMPOSE_HINT} exec openclaw-gateway sh -lc 'node dist/index.js health --token \"\$OPENCLAW_GATEWAY_TOKEN\"'"
echo " ${COMPOSE_HINT} exec openclaw-gateway sh -lc 'node dist/index.js gateway health --token \"\$OPENCLAW_GATEWAY_TOKEN\"'"