From de69229f1a7be660d01c45a60d5b7ac33bbf6555 Mon Sep 17 00:00:00 2001 From: Hugo Fichter <1274207+hfichter@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:21:19 +0100 Subject: [PATCH] docs: update Hetzner guide command (--allow-unconfigured) Documentation: add missing "--allow-unconfigured" flag to clawdbot gateway command in the Hetzner guide. --- docs/platforms/hetzner.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/platforms/hetzner.md b/docs/platforms/hetzner.md index 695e72c7d..06fdbaaa7 100644 --- a/docs/platforms/hetzner.md +++ b/docs/platforms/hetzner.md @@ -188,7 +188,8 @@ services: "--bind", "${CLAWDBOT_GATEWAY_BIND}", "--port", - "${CLAWDBOT_GATEWAY_PORT}" + "${CLAWDBOT_GATEWAY_PORT}", + "--allow-unconfigured" ] ```