From 07ecfc43245e55548de524fe8154c2f0d25747bf Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Thu, 10 Apr 2025 21:15:35 -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 5a9e8c8..acffec8 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ts-adguard/ 5. Start the Services ```bash - docker-compose up -d + docker compose up -d ``` 6. Wait for Certificate to propagate [~2m] @@ -84,7 +84,7 @@ ts-adguard/ ``` - Stopping the Services ```bash - docker-compose down + docker compose down ``` ## Troubleshooting