From 387d1e02570fb90fb007260dd0e0ee011c0835ac Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Sun, 6 Feb 2022 14:32:25 +0700 Subject: [PATCH] chore: update README.MD --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8ff5c..82d8ea7 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,13 @@ also beginner will easily understand the flow and the structure of this applicat ## Docker Way -1. `docker-compose up -d` +### Via Docker Compose + +This app can run inside docker with official support + +```bash +docker-compose up -d +``` ### Run Migration