From dbc4dc3be731aea50efbdc5f1b091bbebeaff1e1 Mon Sep 17 00:00:00 2001 From: TatLead Date: Sun, 17 Mar 2024 16:43:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f384019..cb1cef2 100644 --- a/README.md +++ b/README.md @@ -104,5 +104,5 @@ You can use Docker Compose to self-host the application. Here's how: 2. Run the following command to start the application: ```bash - docker-compose up -d + docker compose up -d ```