From 53b704138d3211dfe8498380d22bfa6a1013fc06 Mon Sep 17 00:00:00 2001 From: SoonKim Date: Thu, 29 Feb 2024 23:31:13 +0900 Subject: [PATCH] fix: correct docker-compose command (#22) --- src/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/README.md b/src/cli/README.md index 354b42b..1abda9a 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -3,7 +3,7 @@ This is a sample command line script to print all listings 1. Start the database ``` -docker-compose -f docker-compose.dev.yml +docker-compose -f docker-compose.dev.yml up ``` 2. Apply all migrations