docker-compose to docker compose

This commit is contained in:
peskyadmin 2025-04-10 21:18:12 -05:00
parent 101b5471eb
commit 9234525d92

View File

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