From d1ccb81b16dc3efe8c9810d3478d7af7ac5b008d Mon Sep 17 00:00:00 2001 From: sepehr Date: Mon, 16 Dec 2024 14:34:26 +0300 Subject: [PATCH] Don't user compose v1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ee491..5938017 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This script will: Use Docker Compose to build and start the services: ```bash -docker-compose up --build +docker compose up --build ``` This command will: