1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-31 23:28:25 +02:00
This commit is contained in:
Chris Lu 2020-04-09 23:42:59 -07:00
parent 43c62a8a95
commit 8db2120bee

View file

@ -128,6 +128,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v
if *v.ip == "" {
*v.ip = util.DetectedHostAddress()
glog.V(0).Infof("detected volume server ip address: %v", *v.ip)
}
if *v.publicPort == 0 {