mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(templates): use filePath instead of mountPath
This commit is contained in:
@@ -228,7 +228,7 @@ export const composeRouter = createTRPCRouter({
|
||||
for (const mount of mounts) {
|
||||
await createMount({
|
||||
filePath: mount.filePath,
|
||||
mountPath: mount.mountPath,
|
||||
mountPath: "",
|
||||
content: mount.content,
|
||||
serviceId: compose.composeId,
|
||||
serviceType: "compose",
|
||||
|
||||
Reference in New Issue
Block a user