fix(docker): restrict default gateway bind to localhost for security
This commit is contained in:
parent
da71eaebd2
commit
e2671a0d30
@ -22,7 +22,7 @@ services:
|
||||
"dist/index.js",
|
||||
"gateway",
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||
"${OPENCLAW_GATEWAY_BIND:-localhost}",
|
||||
"--port",
|
||||
"${OPENCLAW_GATEWAY_PORT:-18789}"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user