docker-compose to docker compose

This commit is contained in:
peskyadmin 2025-04-10 21:17:14 -05:00
parent c1704883cd
commit e7e102e4fa

View File

@ -44,7 +44,7 @@ ts-homepage/
5. Start the Services 5. Start the Services
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
## Services ## Services
@ -90,7 +90,7 @@ ts-homepage/
``` ```
- Stopping the Services - Stopping the Services
```bash ```bash
docker-compose down docker compose down
``` ```
## Troubleshooting ## Troubleshooting