You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/core/applications/advanced.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ Configure persistent storage for your application to ensure data remains intact
124
124
125
125
**File Mount**: Specifically for single files, useful for configuration files.
126
126
1.**Content**: The content to store in the file.
127
-
2.**Mount Path**: Path in the container where the file is placed.
127
+
2.**File Path**: The name of the file.
128
+
3.**Mount Path**: Path in the container where the file is placed. **The path must also contain the filename.**
128
129
129
130
File mounts are a dokploy features, this create a file in a folder called `files` inside your project, so it recreates every single time you deploy your project.
0 commit comments