From 9234525d929e9cb7a41ca7417f2019d07ad4e6c5 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Thu, 10 Apr 2025 21:18:12 -0500 Subject: [PATCH] docker-compose to docker compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ce0da..2be7a36 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ts-jellyfin/ 4. Start the Services ```bash - docker-compose up -d + docker compose up -d ``` 5. Wait for Certificate to propagate [~2m] @@ -88,7 +88,7 @@ ts-jellyfin/ ``` - Stopping the Services ```bash - docker-compose down + docker compose down ``` ## Troubleshooting