mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08:00
ensure non empty volume publicUrl
This commit is contained in:
parent
e0d8259d98
commit
3b1b955fc5
@ -98,6 +98,9 @@ func runVolume(cmd *Command, args []string) bool {
|
||||
if *v.ip == "" {
|
||||
*v.ip = "127.0.0.1"
|
||||
}
|
||||
if *v.publicUrl == "" {
|
||||
*v.publicUrl = *v.ip + ":" + *v.port
|
||||
}
|
||||
|
||||
if *v.adminPort == 0 {
|
||||
*v.adminPort = *v.port
|
||||
|
Loading…
Reference in New Issue
Block a user