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 ```