Merge pull request #79 from Fradd747/docs/update-app-file-mount-desc-and-image

docs: update app file mount desc and image
This commit is contained in:
Mauricio Siu
2025-11-30 00:13:08 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 14 KiB