reid 2 жил өмнө
parent
commit
83d70e61aa

+ 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