Skip to content

Commit e58a3d7

Browse files
authored
Merge pull request #79 from Fradd747/docs/update-app-file-mount-desc-and-image
docs: update app file mount desc and image
2 parents 8fb8b05 + 40aa760 commit e58a3d7

File tree

2 files changed

+2
-1
lines changed

2 files 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

-5.51 KB
Loading

0 commit comments

Comments
 (0)