update readme

This commit is contained in:
david.hon 2023-04-17 10:25:11 +08:00
parent 8c78c2ad98
commit 68b5f807ea

View File

@ -0,0 +1,11 @@
# 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.