docs: update Hetzner guide command (--allow-unconfigured)

Documentation: add missing "--allow-unconfigured" flag to clawdbot gateway command in the Hetzner guide.
This commit is contained in:
Hugo Fichter 2026-01-26 23:21:19 +01:00
parent 9688454a30
commit de69229f1a

View File

@ -188,7 +188,8 @@ services:
"--bind", "--bind",
"${CLAWDBOT_GATEWAY_BIND}", "${CLAWDBOT_GATEWAY_BIND}",
"--port", "--port",
"${CLAWDBOT_GATEWAY_PORT}" "${CLAWDBOT_GATEWAY_PORT}",
"--allow-unconfigured"
] ]
``` ```