diff --git a/data/README.md b/data/README.md index e69de29..0453792 100644 --- a/data/README.md +++ b/data/README.md @@ -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. \ No newline at end of file