Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Mar 14, 2024
1 parent d34e067 commit 4c2d466
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MyApp/App_Data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## App Writable Folder

This directory is designated for:

- **Embedded Databases**: Such as SQLite.
- **Writable Files**: Files that the application might need to modify during its operation.

For applications running in **Docker**, it's a common practice to mount this directory as an external volume. This ensures:

- **Data Persistence**: App data is preserved across deployments.
- **Easy Replication**: Facilitates seamless data replication for backup or migration purposes.

0 comments on commit 4c2d466

Please sign in to comment.