From 40aa760d679b2e162e1171c240d10f179ccd692c Mon Sep 17 00:00:00 2001 From: Jan Korbay <43049427+Fradd747@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:14:22 +0100 Subject: [PATCH] docs: update applications advanced docs; make file mount more specific --- apps/docs/content/docs/core/applications/advanced.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/applications/advanced.mdx b/apps/docs/content/docs/core/applications/advanced.mdx index 9847eef..619c22a 100644 --- a/apps/docs/content/docs/core/applications/advanced.mdx +++ b/apps/docs/content/docs/core/applications/advanced.mdx @@ -124,7 +124,8 @@ Configure persistent storage for your application to ensure data remains intact **File Mount**: Specifically for single files, useful for configuration files. 1. **Content**: The content to store in the file. -2. **Mount Path**: Path in the container where the file is placed. +2. **File Path**: The name of the file. +3. **Mount Path**: Path in the container where the file is placed. **The path must also contain the filename.** 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.