boilerplate-nestjs-api-crud/data/README.md
2023-04-17 10:25:11 +08:00

11 lines
310 B
Markdown

# Directory: /data
This is the directory to keep the persistence data, expecially for docker containers.
This directory should be ignored in git.
## /data/mysql
See: [docker-compose.db.yml](/docker-compose.db.yml)
The docker-compose mounts the mysql data folder and save the mysql data in this directory.