This commit is contained in:
Hugo Fichter 2026-01-30 02:37:44 +02:00 committed by GitHub
commit 47424ef896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
] ]
``` ```