[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 44c319698c

View File

@ -63,7 +63,7 @@ func createInstance(ip string, port int, apikey string,
if config.GetSystemMountDir() != "" {
data.Binds = append(data.Binds, bindStruct{
Src: config.GetSystemMountDir(),
Dest: "/root/megrez",
Dest: "/root/megrez-pub",
})
}