Add DataStorage.md changes from feature-nginx-combined

This commit is contained in:
Matthew Hand 2024-11-05 19:51:49 +00:00
parent 73fc0651d2
commit 6771532879

View File

@ -0,0 +1,12 @@
## Data Storage and Bind Mounts
This project uses [Docker named volumes](https://docs.docker.com/storage/volumes/) to **persist data**. If needed, replace the volume name with a host directory:
**Example**:
```bash
-v /path/to/folder:/app/backend/data
```
Ensure the host folder has the correct permissions.