Skip to content

Commit 40aa760

Browse files
committed
docs: update applications advanced docs; make file mount more specific
1 parent f71cbf0 commit 40aa760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/content/docs/core/applications/advanced.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Configure persistent storage for your application to ensure data remains intact
124124

125125
**File Mount**: Specifically for single files, useful for configuration files.
126126
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.**
128129

129130
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.
130131

0 commit comments

Comments
 (0)