[Fix] 🐛 Mount Point Error at Container internal #10

This commit is contained in:
Harry-zklcdc
2025-02-12 18:32:09 +08:00
parent 8104773f40
commit 137bfe8328
@@ -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",
}) })
} }