mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer ip only use bind ip
This commit is contained in:
parent
dd4ef58d99
commit
ab22407763
|
@ -128,7 +128,7 @@ func runServer(cmd *Command, args []string) bool {
|
|||
|
||||
master := *serverIp + ":" + strconv.Itoa(*masterPort)
|
||||
filerOptions.masters = &master
|
||||
filerOptions.ip = serverIp
|
||||
filerOptions.ip = serverBindIp
|
||||
serverOptions.v.ip = serverIp
|
||||
serverOptions.v.bindIp = serverBindIp
|
||||
serverOptions.v.masters = &master
|
||||
|
|
Loading…
Reference in a new issue