From 46f6923d97961737fc75aeb361506a1c02daeca7 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 19 Sep 2022 17:37:02 +0800 Subject: [PATCH] fix: command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a77661f..fde8f00 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ docker-compose up -d ## 开发 ```bash -docker-compose up --build -f docker-compose.development.yml +docker-compose -f docker-compose.development.yml up --build ``` ## 感谢