11 lines
310 B
Markdown
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. |