fix timezone by adding tz_data package, dns lookup workaround, panel fix

This commit is contained in:
yusing
2024-03-07 13:42:36 +08:00
parent 303a0cce02
commit dc996f82c6
5 changed files with 10 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ func main() {
var err error
flag.Parse()
runtime.GOMAXPROCS(runtime.NumCPU())
time.Now().Zone()
dockerClient, err = client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
if err != nil {