From da45b2c76a198a94e26b9133f15b06f554bb09e1 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Tue, 25 Mar 2025 22:27:56 +0800 Subject: [PATCH] docs(readme): add docker compose command for Chinese users --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e414a8..7f04199 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ Once the environment variables are configured, start the application using Docke docker compose up -d --build ``` +For Chinese users: + +```sh +docker compose -f compose.cn.yml up -d --build +``` + #### Step 5: Access the Application The application should now be running. You can access it at: