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",
|
"dist/index.js",
|
||||||
"gateway",
|
"gateway",
|
||||||
"--bind",
|
"--bind",
|
||||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
"${OPENCLAW_GATEWAY_BIND:-localhost}",
|
||||||
"--port",
|
"--port",
|
||||||
"${OPENCLAW_GATEWAY_PORT:-18789}"
|
"${OPENCLAW_GATEWAY_PORT:-18789}"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user