1 Commits

Author SHA1 Message Date
Harry-zklcdc 44c319698c [Fix] 🐛 Mount Point Error at Container internal #10 2025-02-12 18:32:09 +08:00
@@ -63,7 +63,7 @@ func createInstance(ip string, port int, apikey string,
if config.GetSystemMountDir() != "" { if config.GetSystemMountDir() != "" {
data.Binds = append(data.Binds, bindStruct{ data.Binds = append(data.Binds, bindStruct{
Src: config.GetSystemMountDir(), Src: config.GetSystemMountDir(),
Dest: "/root/megrez", Dest: "/root/megrez-pub",
}) })
} }