docker-compose to docker compose

This commit is contained in:
peskyadmin 2025-04-10 21:14:16 -05:00
parent e2b35cbbd1
commit e265812b19

View File

@ -42,7 +42,7 @@ ts-minecraft/
5. Start the Services 5. Start the Services
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
6. Wait for Certificate to propagate [~2m] 6. Wait for Certificate to propagate [~2m]
@ -83,7 +83,7 @@ ts-minecraft/
``` ```
- Stopping the Services - Stopping the Services
```bash ```bash
docker-compose down docker compose down
``` ```
## Troubleshooting ## Troubleshooting