fix(docker): restrict default gateway bind to localhost for security

This commit is contained in:
HassanFleyah 2026-01-30 16:45:47 +03:00
parent da71eaebd2
commit e2671a0d30

View File

@ -22,7 +22,7 @@ services:
"dist/index.js",
"gateway",
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"${OPENCLAW_GATEWAY_BIND:-localhost}",
"--port",
"${OPENCLAW_GATEWAY_PORT:-18789}"
]