浏览代码

fix loadconfig

reid 2 年之前
父节点
当前提交
83d70e61aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      broadcast/broadcast.go

+ 1 - 0
broadcast/broadcast.go

@@ -122,6 +122,7 @@ func constructPierInfo(piers []string) (map[string]structs.Urbit, error) {
 	// convert the running status into bools
 	for pier, status := range pierStatus {
 		// pull urbit info from json
+		docker.LoadConfig(pier)
 		dockerConfig := docker.Conf(pier)
 		// pull docker info from json
 		var dockerStats structs.ContainerStats