Don't user compose v1

This commit is contained in:
sepehr 2024-12-16 14:34:26 +03:00
parent 7a188393bd
commit d1ccb81b16

View file

@ -70,7 +70,7 @@ This script will:
Use Docker Compose to build and start the services: Use Docker Compose to build and start the services:
```bash ```bash
docker-compose up --build docker compose up --build
``` ```
This command will: This command will: