From 68b5f807eabdc4b978c6a351468b7dbfbcdd1dd3 Mon Sep 17 00:00:00 2001 From: "david.hon" Date: Mon, 17 Apr 2023 10:25:11 +0800 Subject: [PATCH] update readme --- data/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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