fix: replace docker-compose with docker compose

This commit is contained in:
lewis liu
2025-01-15 10:30:45 +08:00
committed by 刘一奇
parent 85d864f607
commit 9958496468
4 changed files with 7 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ docker build . --target bolt-ai-development
**Option 3: Docker Compose Profile**
```bash
docker-compose --profile development up
docker compose --profile development up
```
#### Running the Development Container
@@ -171,7 +171,7 @@ docker build . --target bolt-ai-production
**Option 3: Docker Compose Profile**
```bash
docker-compose --profile production up
docker compose --profile production up
```
#### Running the Production Container