From 349e1e7aa0cdedf8cd8734afa1f46f836e47952a Mon Sep 17 00:00:00 2001 From: fz2907 <fz2907@vt.edu> Date: Mon, 17 Oct 2022 02:56:50 +0000 Subject: [PATCH] Add how to run docker compose file --- DataBaseFolder/DataBaseREADME.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DataBaseFolder/DataBaseREADME.md b/DataBaseFolder/DataBaseREADME.md index f2b65899..6a45c4a8 100644 --- a/DataBaseFolder/DataBaseREADME.md +++ b/DataBaseFolder/DataBaseREADME.md @@ -1 +1,4 @@ -# This is the database folder, this folder will hold all the DataBase related files. \ No newline at end of file +# This is the database folder, this folder will hold all the DataBase related files. + +## How to run docker-compose.yml: + docker compose up -d -- GitLab