ensure non empty volume publicUrl

This commit is contained in:
chrislusf 2015-02-12 17:51:13 -08:00
parent e0d8259d98
commit 3b1b955fc5

View File

@ -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